forked from pool/python-oci-sdk
Accepting request 1088042 from home:bnavigator:branches:devel:languages:python
- Provide the PyPI name: python-oci - Use pep517 macros instead of deprecated direct setup.py calls - Update deps patch - Add rpmlintrc for devendored package requirements OBS-URL: https://build.opensuse.org/request/show/1088042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=97
This commit is contained in:
@@ -1,48 +1,8 @@
|
||||
diff -Nru oci-python-sdk-2.100.0.orig/requirements.txt oci-python-sdk-2.100.0/requirements.txt
|
||||
--- oci-python-sdk-2.100.0.orig/requirements.txt 2023-05-02 19:32:42.000000000 +0200
|
||||
+++ oci-python-sdk-2.100.0/requirements.txt 2023-05-04 14:06:52.419132999 +0200
|
||||
@@ -1,21 +1,21 @@
|
||||
-autodocsumm==0.1.11
|
||||
+autodocsumm>=0.1.11
|
||||
certifi
|
||||
-coverage==4.5.2
|
||||
-cryptography>=3.2.1,<40.0.0
|
||||
-flake8>=3.6.0,<6
|
||||
-mock==2.0.0
|
||||
-pyOpenSSL>=17.5.0,<24.0.0
|
||||
-pytest==4.1.0
|
||||
-pytest-cov==2.6.1
|
||||
-attrs==19.1.0
|
||||
-python-dateutil>=2.5.3,<=2.7.3
|
||||
+coverage>=4.5.2
|
||||
+cryptography>=3.2.1
|
||||
+flake8>=3.6.0
|
||||
+mock>=2.0.0
|
||||
+pyOpenSSL>=17.5.0
|
||||
+pytest>=4.1.0
|
||||
+pytest-cov>=2.6.1
|
||||
+attrs>=19.1.0
|
||||
+python-dateutil>=2.5.3
|
||||
pytz>=2016.10
|
||||
-sphinx-rtd-theme==0.4.2
|
||||
-sphinx==1.8.3
|
||||
-tox==3.14.3
|
||||
-virtualenv==16.7.9
|
||||
-vcrpy==2.0.1
|
||||
+sphinx-rtd-theme>=0.4.2
|
||||
+sphinx>=1.8.3
|
||||
+tox>=3.14.3
|
||||
+virtualenv>=16.7.9
|
||||
+vcrpy>=2.0.1
|
||||
wheel<=0.39.0
|
||||
-circuitbreaker>=1.3.1,<2.0.0
|
||||
+circuitbreaker>=1.3.1
|
||||
docutils<0.18
|
||||
Jinja2<3.1
|
||||
diff -Nru oci-python-sdk-2.100.0.orig/setup.py oci-python-sdk-2.100.0/setup.py
|
||||
--- oci-python-sdk-2.100.0.orig/setup.py 2023-05-02 19:32:42.000000000 +0200
|
||||
+++ oci-python-sdk-2.100.0/setup.py 2023-05-04 14:07:27.495304762 +0200
|
||||
@@ -31,12 +31,12 @@
|
||||
Index: oci-python-sdk-2.102.0/setup.py
|
||||
===================================================================
|
||||
--- oci-python-sdk-2.102.0.orig/setup.py
|
||||
+++ oci-python-sdk-2.102.0/setup.py
|
||||
@@ -31,12 +31,12 @@ with open_relative("README.rst") as f:
|
||||
|
||||
requires = [
|
||||
"certifi",
|
||||
|
Reference in New Issue
Block a user