!9 update to upstream version 2.3.0

From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2023-06-12 05:50:14 +00:00 committed by Gitee
commit 7aa6a03a40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 11 additions and 10 deletions

View File

@ -1,28 +1,21 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-requirementslib Name: python-requirementslib
Version: 1.6.7 Version: 2.3.0
Release: 1 Release: 1
Summary: A tool for converting between pip-style and pipfile requirements. Summary: A tool for converting between pip-style and pipfile requirements.
License: MIT License: MIT
URL: https://github.com/sarugaku/requirementslib URL: https://github.com/sarugaku/requirementslib
Source0: https://files.pythonhosted.org/packages/c4/e5/1fa8c879458959bb4830c8989d9692b2660318c8876a76fc6b4759542325/requirementslib-1.6.7.tar.gz Source0: https://files.pythonhosted.org/packages/7e/f9/f5d13063f50077a3137f8b86d98db3a3b2a15520f14fb4cde8f5d2a69b7c/requirementslib-2.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-attrs Requires: python3-attrs
Requires: python3-cached-property
Requires: python3-distlib Requires: python3-distlib
Requires: python3-orderedmultidict
Requires: python3-packaging
Requires: python3-pep517 Requires: python3-pep517
Requires: python3-pip-shims
Requires: python3-platformdirs Requires: python3-platformdirs
Requires: python3-plette[validation] Requires: python3-plette[validation]
Requires: python3-dateutil
Requires: python3-requests Requires: python3-requests
Requires: python3-setuptools Requires: python3-setuptools
Requires: python3-tomlkit Requires: python3-tomlkit
Requires: python3-vistir
Requires: python3-pyparsing
Requires: python3-nox Requires: python3-nox
Requires: python3-twine Requires: python3-twine
Requires: python3-parver Requires: python3-parver
@ -36,6 +29,7 @@ Requires: python3-pytest-cov
Requires: python3-pytest-timeout Requires: python3-pytest-timeout
Requires: python3-coverage Requires: python3-coverage
Requires: python3-hypothesis Requires: python3-hypothesis
Requires: python3-pip
%description %description
Install from `PyPI`_: Install from `PyPI`_:
@ -67,7 +61,7 @@ Install from `Github`_:
$ pipenv install -e git+https://github.com/sarugaku/requirementslib.git#egg=requirementslib $ pipenv install -e git+https://github.com/sarugaku/requirementslib.git#egg=requirementslib
%prep %prep
%autosetup -n requirementslib-1.6.7 %autosetup -n requirementslib-%{version}
%build %build
%py3_build %py3_build
@ -107,5 +101,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jun 9 2023 cuiyudong <dxwangk@isoftstone.com> - 2.3.0-1
- Upgrade package to version 2.3.0
* Thu Jul 14 2022 cuiyudong <cuiyudong@kylinos.cn> - 1.6.7-1 * Thu Jul 14 2022 cuiyudong <cuiyudong@kylinos.cn> - 1.6.7-1
- Init package python3-requirementslib of version 1.6.7 - Init package python3-requirementslib of version 1.6.7

View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: requirementslib
tag_prefix: ^v
seperator: "."

Binary file not shown.

Binary file not shown.