Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
36d8cebb20
!21 Update package to version 3.3.0
From: @lingjuer 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-08-01 09:13:03 +00:00
lingjuer
65ac1233e1 Update to version 3.3.0 2023-08-01 11:11:37 +08:00
openeuler-ci-bot
c86121379d
!20 Adapting to the pyproject.toml compilation mode
From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-26 01:05:27 +00:00
caodongxia
1c35df399f Adapting to the pyproject.toml compilation mode 2023-04-25 20:51:09 +08:00
openeuler-ci-bot
c019e6b3e1
!19 [sync] PR-18: Adaptation to setup.py and modify the patching mode to resolve installation conflicts
From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-02-28 06:09:38 +00:00
starlet-dx
b36d999059 Adaptation to setup.py and modify the patching mode to resolve installation conflicts
(cherry picked from commit 6c6973d782d48ce79893f76387fba84877c61556)
2023-02-28 11:19:56 +08:00
openeuler-ci-bot
eca29c9152
!17 [sync] PR-16: 修复python3-jaraco-classes与python3-jaraco-collections的安装冲突
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-02-25 01:11:26 +00:00
starlet-dx
769bb3a025 Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections
(cherry picked from commit 5e154b44fe1d537871207ec09ac2839e007e64ed)
2023-02-24 17:07:44 +08:00
openeuler-ci-bot
49346c5bc5
!11 Upgrade package to version 3.2.3
From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-08 10:11:39 +00:00
Gzx1999
b2406501a1 Upgrade package to version 3.2.3 2022-10-08 16:02:52 +08:00
3 changed files with 36 additions and 15 deletions

Binary file not shown.

BIN
jaraco.classes-3.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,34 +1,42 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-classes
Version: 3.2.1
Version: 3.3.0
Release: 1
Summary: Utility functions for Python class constructs
License: MIT
URL: https://pypi.org/project/jaraco.classes
Source0: https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
License: MIT
URL: https://github.com/jaraco/jaraco.classes
Source0: https://files.pythonhosted.org/packages/8b/de/d0a466824ce8b53c474bb29344e6d6113023eb2c3793d1c58c0908588bfa/jaraco.classes-3.3.0.tar.gz
BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release}
BuildRequires: python3-sphinx python3-pytest
BuildRequires: python3-pip
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-vcs
BuildRequires: python3-wheel
Requires: python3-more-itertools
Requires: python3-sphinx
Requires: python3-pytest
Requires: python3-pytest-checkdocs
Requires: python3-flake8
Requires: python3-pytest-flake8
Requires: python3-pytest-black-multipy
Requires: python3-pytest-cov
Requires: python3-pytest-enabler
Requires: python3-pytest-black
Requires: python3-pytest-mypy
%description
Utility functions for Python class constructs.
%package -n python3-jaraco-classes
Summary: Utility functions for Python class constructs
Provides: python-jaraco-classes
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15
BuildRequires: python3-sphinx
BuildRequires: python3-pytest
%description -n python3-jaraco-classes
Utility functions for Python class constructs.
@ -39,13 +47,13 @@ Provides: python3-jaraco-classes-doc
Documentation for jaraco-classes
%prep
%autosetup -n jaraco.classes-3.2.1
%autosetup -n jaraco.classes-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install jaraco.classes==%{version}
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
@ -73,15 +81,28 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-classes -f filelist.lst
%exclude %{python3_sitelib}/jaraco/__init__*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco
%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info
%dir %{python3_sitelib}/*
%{python3_sitelib}/jaraco/classes
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Tue Aug 01 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 3.3.0-1
- Update package to version 3.3.0
* Tue Apr 25 2023 caodongxia <caodongxia@h-partners.com> - 3.2.3-4
- Adapting to the pyproject.toml compilation mode
* Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 3.2.3-3
- Adaptation to setup.py and modify the patching mode to resolve installation conflicts
* Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.2.3-2
- Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections
* Sat Oct 08 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.2.3-1
- Upgrade package to version 3.2.3
* Tue May 31 2022 houyingchao <houyingchao@h-partners.com> - 3.2.1-1
- Upgrade to 3.2.1