Skip to content

Commit f2b91f5

Browse files
committed
version 0.2.2
1 parent abdbaf1 commit f2b91f5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

python3-libconfig.spec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
%{!?srcname: %define srcname python3-libconfig}
2-
3-
Summary: A Python interface to libconfig
41
Name: python3-libconfig
5-
Version: 0.2.1
2+
Summary: A Python interface to libconfig
3+
Version: 0.2.2
64
Release: 1%{?dist}
75
License: bsd
86
Group: Development/Libraries
9-
Source0: %{srcname}-%{version}.tar.gz
7+
Source0: %{name}-%{version}.tar.gz
108
URL: https://github.com/cnangel/python-libconfig
119

1210
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -19,7 +17,7 @@ Supports reading, writing, and manipulating configuration files
1917
via the libconfig C++ API through Boost.Python.
2018

2119
%prep
22-
%setup -q -n %{srcname}-%{version}
20+
%setup -q -n %{name}-%{version}
2321

2422
%build
2523
export libdirname=%{_lib}
@@ -39,6 +37,8 @@ rm -rf $RPM_BUILD_ROOT
3937
%doc README.md
4038

4139
%changelog
40+
* Sat Jun 20 2026 Cnangel <cnangel@gmail.com> 0.2.2-1
41+
- Add python3-libconfig.spec, restore readList compat, fix CI spec path
4242
* Sat May 16 2026 Cnangel <cnangel@gmail.com> 0.2.1-1
4343
- Fix version guards for multi-version libconfig compatibility (1.1.x ~ 1.8.x)
4444
- Fix isString() implementation to use getType() instead of non-existent API
@@ -53,12 +53,12 @@ rm -rf $RPM_BUILD_ROOT
5353
- Use setValue with Python type introspection dispatching
5454

5555
* Thu Mar 30 2023 Cnangel <cnangel@gmail.com> 0.0.5-1
56-
- add getType function
56+
- Add getType function
5757
* Sat Mar 18 2023 Cnangel <cnangel@gmail.com> 0.0.4-1
58-
- fix root path issue.
58+
- Fix root path issue.
5959
* Mon Nov 04 2019 Cnangel <cnangel@gmail.com> 0.0.3-1
60-
- update for support python3
60+
- Update for support python3
6161
* Mon Apr 14 2014 Cnangel <cnangel@gmail.com> 0.0.2-1
62-
- modify some deps method
62+
- Modify some deps method
6363
* Fri Apr 16 2010 Cnangel <cnangel@gmail.com> 0.0.1-1
6464
- Initial build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
setup(
3737
name='pylibconfig',
3838
description="libconfig bindings for Python",
39-
version="0.2.1",
39+
version="0.2.2",
4040
author="Sergey S. Gogin",
4141
author_email="d-x@bk.ru",
4242
maintainer="cnangel",

0 commit comments

Comments
 (0)