forked from pool/python-six
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
7f87c2a369 | ||
8553b3ab29 |
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 23:03:27 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.17:
|
||||||
|
* Add python 3.9 testing
|
||||||
|
* Fix UserDict move in Python2
|
||||||
|
* Delete pep8ignore and flakes-ignore
|
||||||
|
* tkinter.tix was removed from Python 3.13, skip the test
|
||||||
|
* Fix deprecation warning from setuptools
|
||||||
|
* Python 3.14 removed the URLopener and FancyURLopener classes,
|
||||||
|
from urllib.requests
|
||||||
|
* Update copyright years
|
||||||
|
* Expunge travis
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 20:56:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 2 20:56:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-six
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%define mypython python
|
%define mypython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-six%{psuffix}
|
Name: python-six%{psuffix}
|
||||||
Version: 1.16.0
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
Summary: Python 2 and 3 compatibility utilities
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -80,7 +80,7 @@ This package provides documentation for %{name}.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n six-%{version}
|
%autosetup -n six-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
BIN
six-1.16.0.tar.gz
(Stored with Git LFS)
BIN
six-1.16.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
six-1.17.0.tar.gz
Normal file
3
six-1.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
|
||||||
|
size 34031
|
Loading…
x
Reference in New Issue
Block a user