Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d623e8784d
!7 Update package to version 5.1.1
From: @desert-sailor 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2023-07-20 02:16:23 +00:00
desert-sailor
8f82df7d93 Update package to version 5.1.1 2023-07-19 04:38:06 +08:00
openeuler-ci-bot
b091019d13
!6 Upgrade to latest release [python-confget -> 5.0.1]
From: @Wangjunqi123 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2022-12-23 10:01:48 +00:00
Wangjunqi123
0591492aef update version to 5.0.1 2022-12-19 11:30:53 +08:00
openeuler-ci-bot
69222ab69e
!5 Update package to version 4.1.1
From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-12-05 03:49:28 +00:00
jxy_git
de087f60b9 Update package to version 4.1.1 2022-11-24 10:19:12 +08:00
openeuler-ci-bot
36fcd5f352
!4 Update package confget of version 4.1.0
From: @A_L_I_E_Z 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
2022-05-30 06:14:32 +00:00
A_L_I_E_Z
a47e049d03 Update package confget of version 4.1.0 2022-05-27 08:35:05 +00:00
openeuler-ci-bot
88e45c0666 !3 python-confget delete -S git from %autosetup
From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2021-08-02 03:27:36 +00:00
chenyanpanHW
3bda74ee69
delete -S git from %autosetup 2021-07-30 23:21:23 +08:00
3 changed files with 49 additions and 28 deletions

Binary file not shown.

BIN
confget-5.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-confget Name: python-confget
Version: 2.3.4 Version: 5.1.1
Release: 2 Release: 1
Summary: Parse configuration files and extract values from them Summary: Parse configuration files and extract values from them
License: BSD License: BSD
URL: https://devel.ringlet.net/textproc/confget/ 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/86/bb/8dec1dfa1d6788536ae160d9674a291b4aaf4ef8655ebce3cf13b4bfb7ee/confget-5.1.1.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
confget parse configuration files The confget library parses configuration files confget parse configuration files The confget library parses configuration files
(currently INI-style files and CGI QUERY_STRING environment variable) and allows (currently INI-style files and CGI QUERY_STRING environment variable) and allows
@ -17,17 +18,21 @@ line tool with the same interface as the C implementation.The confget library is
fully typed.Specifying configuration values for the backends The confget. fully typed.Specifying configuration values for the backends The confget.
%package -n python3-confget %package -n python3-confget
Summary: Parse configuration files and extract values from them Summary: Parse configuration files and extract values from them
Provides: python-confget Provides: python-confget = %{version}-%{release}
# Base build requires # Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-six # General requires
BuildRequires: python3-pytest BuildRequires: python3-six
BuildRequires: python3-ddt BuildRequires: python3-configparser
BuildRequires: python3-pytest
BuildRequires: python3-ddt
# General requires
Requires: python3-pyparsing
%description -n python3-confget %description -n python3-confget
confget parse configuration files The confget library parses configuration files confget parse configuration files The confget library parses configuration files
(currently INI-style files and CGI QUERY_STRING environment variable) and allows (currently INI-style files and CGI QUERY_STRING environment variable) and allows
@ -38,8 +43,8 @@ line tool with the same interface as the C implementation.The confget library is
fully typed.Specifying configuration values for the backends The confget. fully typed.Specifying configuration values for the backends The confget.
%package help %package help
Summary: Parse configuration files and extract values from them Summary: Development documents and examples for confget
Provides: python3-confget-doc Provides: python3-confget-doc
%description help %description help
confget parse configuration files The confget library parses configuration files confget parse configuration files The confget library parses configuration files
(currently INI-style files and CGI QUERY_STRING environment variable) and allows (currently INI-style files and CGI QUERY_STRING environment variable) and allows
@ -50,12 +55,11 @@ line tool with the same interface as the C implementation.The confget library is
fully typed.Specifying configuration values for the backends The confget. fully typed.Specifying configuration values for the backends The confget.
%prep %prep
%autosetup -n confget-2.3.4 -S git %autosetup -n confget-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
@ -63,22 +67,25 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot} pushd %{buildroot}
if [ -d usr/lib ]; then if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi fi
if [ -d usr/lib64 ]; then if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi fi
if [ -d usr/bin ]; then if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi fi
if [ -d usr/sbin ]; then if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi fi
touch doclist.lst touch doclist.lst
if [ -d usr/share/man ]; then if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi fi
popd popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
@ -90,11 +97,25 @@ mv %{buildroot}/doclist.lst .
%files -n python3-confget -f filelist.lst %files -n python3-confget -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jul 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 5.1.1-1
- Update package to version 5.1.1
* Mon Dec 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 5.0.1-1
- Update package to version 5.0.1
* Thu Nov 24 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.1.1-1
- Update package to version 4.1.1
* Fri May 27 2022 OpenStack_SIG <openstack@openeuler.org> - 4.1.0-1
- Upgrade package python3-confget to version 4.1.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.4-3
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 2.3.4-2 * Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 2.3.4-2
- Fix check stage when building package - Fix check stage when building package