!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:
commit
7aa6a03a40
@ -1,28 +1,21 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-requirementslib
|
||||
Version: 1.6.7
|
||||
Version: 2.3.0
|
||||
Release: 1
|
||||
Summary: A tool for converting between pip-style and pipfile requirements.
|
||||
License: MIT
|
||||
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
|
||||
|
||||
Requires: python3-attrs
|
||||
Requires: python3-cached-property
|
||||
Requires: python3-distlib
|
||||
Requires: python3-orderedmultidict
|
||||
Requires: python3-packaging
|
||||
Requires: python3-pep517
|
||||
Requires: python3-pip-shims
|
||||
Requires: python3-platformdirs
|
||||
Requires: python3-plette[validation]
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-requests
|
||||
Requires: python3-setuptools
|
||||
Requires: python3-tomlkit
|
||||
Requires: python3-vistir
|
||||
Requires: python3-pyparsing
|
||||
Requires: python3-nox
|
||||
Requires: python3-twine
|
||||
Requires: python3-parver
|
||||
@ -36,6 +29,7 @@ Requires: python3-pytest-cov
|
||||
Requires: python3-pytest-timeout
|
||||
Requires: python3-coverage
|
||||
Requires: python3-hypothesis
|
||||
Requires: python3-pip
|
||||
|
||||
%description
|
||||
Install from `PyPI`_:
|
||||
@ -67,7 +61,7 @@ Install from `Github`_:
|
||||
$ pipenv install -e git+https://github.com/sarugaku/requirementslib.git#egg=requirementslib
|
||||
|
||||
%prep
|
||||
%autosetup -n requirementslib-1.6.7
|
||||
%autosetup -n requirementslib-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -107,5 +101,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Init package python3-requirementslib of version 1.6.7
|
||||
|
||||
4
python-requirementslib.yaml
Normal file
4
python-requirementslib.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: requirementslib
|
||||
tag_prefix: ^v
|
||||
seperator: "."
|
||||
Binary file not shown.
BIN
requirementslib-2.3.0.tar.gz
Normal file
BIN
requirementslib-2.3.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user