mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests-mock: Update to 1.12.1.
* gnu/packages/python-web.scm (python-requests-mock): Update to 1.12.1. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-pbr, python-discover, python-docutils, python-fixtures, python-mock, python-sphinx, and python-testrepository; add python-requests-futures, python-setuptools, python-setuptools-scm, and python-testtools. Change-Id: I24229600b9bc6a91b771f69de06322c0f82a6339
This commit is contained in:
parent
2687ad7847
commit
b4d40e0eca
1 changed files with 10 additions and 14 deletions
|
@ -5354,27 +5354,23 @@ library.")
|
||||||
(define-public python-requests-mock
|
(define-public python-requests-mock
|
||||||
(package
|
(package
|
||||||
(name "python-requests-mock")
|
(name "python-requests-mock")
|
||||||
(version "1.8.0")
|
(version "1.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "requests-mock" version))
|
(uri (pypi-uri "requests-mock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "008l6xysgs6ax56lairg1li5i4bb04i2z19w5bl5claj7crjxqg9"))))
|
||||||
"09nj8fmyj7xz2mgwyvbw0fl9zybmx2d3qd2hf529vvjc9s24d3z6"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-requests python-six))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pbr
|
(list python-purl
|
||||||
python-discover
|
|
||||||
python-docutils
|
|
||||||
python-fixtures
|
|
||||||
python-mock
|
|
||||||
python-purl
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-sphinx
|
python-requests-futures
|
||||||
python-testrepository))
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-testtools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-requests))
|
||||||
(home-page "https://requests-mock.readthedocs.org/")
|
(home-page "https://requests-mock.readthedocs.org/")
|
||||||
(synopsis "Mock out responses from the requests package")
|
(synopsis "Mock out responses from the requests package")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue