forked from pool/python-devpi-common
- add unpin-versions.patch to reduce the packaging version conflict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 09:32:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add unpin-versions.patch to reduce the packaging version conflict
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 17:21:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -24,9 +24,11 @@ License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/devpi/devpi
|
||||
Source: https://files.pythonhosted.org/packages/source/d/devpi-common/devpi-common-%{version}.tar.gz
|
||||
Patch1: unpin-versions.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-packaging
|
||||
Requires: python-py >= 1.4.20
|
||||
Requires: python-requests >= 2.3.0
|
||||
BuildArch: noarch
|
||||
@@ -42,7 +44,7 @@ BuildRequires: %{python_module requests >= 2.3.0}
|
||||
Utilities jointly used by devpi-server and devpi-client.
|
||||
|
||||
%prep
|
||||
%setup -q -n devpi-common-%{version}
|
||||
%autosetup -p1 -n devpi-common-%{version}
|
||||
rm tox.ini
|
||||
|
||||
%build
|
||||
|
||||
13
unpin-versions.patch
Normal file
13
unpin-versions.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: devpi-common-3.7.2/setup.py
|
||||
===================================================================
|
||||
--- devpi-common-3.7.2.orig/setup.py
|
||||
+++ devpi-common-3.7.2/setup.py
|
||||
@@ -34,7 +34,7 @@ if __name__ == "__main__":
|
||||
packages=['devpi_common', 'devpi_common.vendor'],
|
||||
install_requires=[
|
||||
"lazy",
|
||||
- "packaging<22",
|
||||
+ "packaging",
|
||||
"py>=1.4.20",
|
||||
"requests>=2.3.0"],
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
|
||||
Reference in New Issue
Block a user