diff --git a/confget-2.3.4.tar.gz b/confget-2.3.4.tar.gz deleted file mode 100644 index aef6fbfb9035bf3584072de07a7c287acdb901a5..0000000000000000000000000000000000000000 Binary files a/confget-2.3.4.tar.gz and /dev/null differ diff --git a/confget-4.1.0.tar.gz b/confget-4.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ea755165a07225f051706dcc730f9c43c33d3dd1 Binary files /dev/null and b/confget-4.1.0.tar.gz differ diff --git a/python-confget.spec b/python-confget.spec index ac63cd64616a816ecf8d47c74e84d341ea0dc754..67532eac195a928603709db796b174b37b0733bc 100644 --- a/python-confget.spec +++ b/python-confget.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-confget -Version: 2.3.4 -Release: 3 +Version: 4.1.0 +Release: 1 Summary: Parse configuration files and extract values from them License: BSD URL: https://devel.ringlet.net/textproc/confget/ -Source0: https://files.pythonhosted.org/packages/50/a9/2032605e306bd38b4421b716a4a1296b84171f15a89fc21b711fe54b92a3/confget-2.3.4.tar.gz +Source0: https://files.pythonhosted.org/packages/5a/f0/2d1c99929fe65191b97725dd995ebc2686c2fdfdf64a6054adccdbedef43/confget-4.1.0.tar.gz BuildArch: noarch %description confget parse configuration files The confget library parses configuration files @@ -25,9 +25,14 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +# General requires BuildRequires: python3-six +BuildRequires: python3-configparser BuildRequires: python3-pytest BuildRequires: python3-ddt +# General requires +Requires: python3-six +Requires: python3-configparser %description -n python3-confget confget parse configuration files The confget library parses configuration files (currently INI-style files and CGI QUERY_STRING environment variable) and allows @@ -50,14 +55,14 @@ line tool with the same interface as the C implementation.The confget library is fully typed.Specifying configuration values for the backends The confget. %prep -%autosetup -n confget-2.3.4 -p1 +%autosetup -n confget-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -90,11 +95,13 @@ mv %{buildroot}/doclist.lst . %files -n python3-confget -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Fri May 27 2022 OpenStack_SIG - 4.1.0-1 +- Upgrade package python3-confget to version 4.1.0 + * Fri Jul 30 2021 chenyanpanHW - 2.3.4-3 - DESC: delete -S git from %autosetup