forked from pool/python-devpi-client
Accepting request 1205394 from home:mcalabkova:branches:devel:languages:python
- update to 7.1.0 * Require build>=0.7.0 to prevent import error with older versions. * Provide proper error message if the API request for devpi use fails. * Fix #1011: change HTTP status codes >=400 to use self.fatal instead of raw SystemExit, protect 403 and 404 errors from SystemExit * Support using various kinds of devpi tools with pyproject.toml. OBS-URL: https://build.opensuse.org/request/show/1205394 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=31
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0e5f967c59780d258b205ea1c4d82b177439c0dd798317a6b10f50f7d7c6cf4
|
||||
size 1759163
|
||||
3
devpi_client-7.1.0.tar.gz
Normal file
3
devpi_client-7.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3706e1ae88f13894a90ef324d0c6c01826e3992f33da0d729d6eb3ce056fcbf3
|
||||
size 2459752
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 10:50:15 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 7.1.0
|
||||
* Require build>=0.7.0 to prevent import error with older versions.
|
||||
* Provide proper error message if the API request for devpi use fails.
|
||||
* Fix #1011: change HTTP status codes >=400 to use self.fatal instead
|
||||
of raw SystemExit, protect 403 and 404 errors from SystemExit
|
||||
* Support using various kinds of devpi tools with pyproject.toml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:11:26 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -26,18 +26,18 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-devpi-client%{psuffix}
|
||||
Version: 7.0.2
|
||||
Version: 7.1.0
|
||||
Release: 0
|
||||
Summary: Client for devpi
|
||||
License: MIT
|
||||
URL: https://github.com/devpi/devpi
|
||||
Source: https://files.pythonhosted.org/packages/source/d/devpi-client/devpi-client-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/d/devpi_client/devpi_client-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-build
|
||||
Requires: python-build >= 0.7.0
|
||||
Requires: python-check-manifest >= 0.28
|
||||
Requires: python-devpi-common >= 4.0
|
||||
Requires: python-iniconfig
|
||||
@@ -70,7 +70,7 @@ indexes, uploading to and installing from indexes, as well as a "test" command
|
||||
for invoking tox.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n devpi-client-%{version}
|
||||
%autosetup -p1 -n devpi_client-%{version}
|
||||
rm tox.ini
|
||||
|
||||
sed -i 's/"python \(setup.py[^"]*\)"/(sys.executable + " \1")/' testing/test_upload.py
|
||||
|
||||
Reference in New Issue
Block a user