Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7e440bcfc7 | |||
| 6d1f390cd0 |
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 14:36:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.1.10:
|
||||||
|
* Python 3.12 support
|
||||||
|
* Added `decode` call on the response object for Python 3 in
|
||||||
|
:meth:`yarg.newest_packages` and
|
||||||
|
:meth:`yarg.latest_updated_packages`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 9 20:59:06 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Fri Feb 9 20:59:06 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-yarg
|
Name: python-yarg
|
||||||
Version: 0.1.9
|
Version: 0.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A PyPI client
|
Summary: A PyPI client
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -53,7 +53,7 @@ sed -i -e 's/assertEquals/assertEqual/' -e 's/from mock/from unittest.mock/' tes
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests
|
#python_expand rm -r %{buildroot}%{$python_sitelib}/tests
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
|
|||||||
BIN
yarg-0.1.10.tar.gz
LFS
Normal file
BIN
yarg-0.1.10.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55695bf4d1e3e7f756496c36a69ba32c40d18f821e38f61d028f6049e5e15911
|
|
||||||
size 11988
|
|
||||||
Reference in New Issue
Block a user