forked from pool/python-requests-unixsocket
Accepting request 945426 from devel:languages:python
- update to 0.3.0: * Remove urllib3 dep * Update setup.cfg metadata - => \_ * Remove Vagrantfile * Remove .travis.yml * Update tox to work * README.rst: Update badge from Travis => GH * Fix warning from waitress * Add GitHub Actions tests * Remove --pep8 option to pytest * Bump waitress from 1.4.2 to 1.4.3 * Bump py from 1.4.32 to 1.10.0 * Bump waitress from 0.9.0 to 1.4.2 * Allow UnixAdapter to accept max\_retries parameter OBS-URL: https://build.opensuse.org/request/show/945426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-unixsocket?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 22:30:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.3.0:
|
||||||
|
* Remove urllib3 dep
|
||||||
|
* Update setup.cfg metadata - => \_
|
||||||
|
* Remove Vagrantfile
|
||||||
|
* Remove .travis.yml
|
||||||
|
* Update tox to work
|
||||||
|
* README.rst: Update badge from Travis => GH
|
||||||
|
* Fix warning from waitress
|
||||||
|
* Add GitHub Actions tests
|
||||||
|
* Remove --pep8 option to pytest
|
||||||
|
* Bump waitress from 1.4.2 to 1.4.3
|
||||||
|
* Bump py from 1.4.32 to 1.10.0
|
||||||
|
* Bump waitress from 0.9.0 to 1.4.2
|
||||||
|
* Allow UnixAdapter to accept max\_retries parameter
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-requests-unixsocket
|
# spec file for package python-requests-unixsocket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-requests-unixsocket
|
Name: python-requests-unixsocket
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: UNIX domain socket backend for python-requests
|
Summary: UNIX domain socket backend for python-requests
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -30,12 +30,10 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-requests >= 1.1
|
Requires: python-requests >= 1.1
|
||||||
Requires: python-urllib3 >= 1.8
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 1.1}
|
BuildRequires: %{python_module requests >= 1.1}
|
||||||
BuildRequires: %{python_module urllib3 >= 1.8}
|
|
||||||
BuildRequires: %{python_module waitress}
|
BuildRequires: %{python_module waitress}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -47,7 +45,7 @@ HTTP via a UNIX domain socket.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n requests-unixsocket-%{version}
|
%setup -q -n requests-unixsocket-%{version}
|
||||||
# do not require additional test deps
|
# do not require additional test deps
|
||||||
sed -i -e '/addopts/d' pytest.ini
|
sed -i -e '/addopts/d' pytest.ini
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea
|
|
||||||
size 13303
|
|
BIN
requests-unixsocket-0.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
requests-unixsocket-0.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user