14
0
forked from pool/python-six

Accepting request 1230762 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1230762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=44
This commit is contained in:
2024-12-15 11:34:22 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 6 deletions

View File

@@ -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>

View File

@@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-six
#
# Copyright (c) 2024 SUSE LLC
#
@@ -30,7 +30,7 @@
%define mypython python
%{?sle15_python_module_pythons}
Name: python-six%{psuffix}
Version: 1.16.0
Version: 1.17.0
Release: 0
Summary: Python 2 and 3 compatibility utilities
License: MIT
@@ -80,7 +80,7 @@ This package provides documentation for %{name}.
%endif
%prep
%setup -q -n six-%{version}
%autosetup -n six-%{version}
%build
%pyproject_wheel

BIN
six-1.16.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
six-1.17.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.