15
0
forked from pool/python-furl

2 Commits

Author SHA256 Message Date
9c6e017951 Accepting request 1200897 from devel:languages:python
- Add remove-six.patch (gh#gruns/furl#175) removing the
  dependency on six.
- Add fix-test_odd_urls.patch fixing the failure of
  tests/test_furl.py::TestFurl::test_odd_urls test with the
  recent Python interpreters (gh#gruns/furl#176).

OBS-URL: https://build.opensuse.org/request/show/1200897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=12
2024-09-16 15:40:22 +00:00
d88237f0c4 - Add remove-six.patch (gh#gruns/furl#175) removing the
dependency on six.
- Add fix-test_odd_urls.patch fixing the failure of
  tests/test_furl.py::TestFurl::test_odd_urls test with the
  recent Python interpreters (gh#gruns/furl#176).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=24
2024-09-13 19:07:55 +00:00
4 changed files with 5 additions and 12 deletions

BIN
furl-2.1.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:877657501266c929269739fb5f5980534a41abd6bbabcb367c136d1d3b2a6015
size 57526

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Mon Jun 23 08:21:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.4
* Drop support for all Python versions prior to Python 3.8, which
are now long past EOL. Notably: Python 2 is no longer supported.
-------------------------------------------------------------------
Fri Sep 13 18:56:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-furl
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-furl
Version: 2.1.4
Version: 2.1.3
Release: 0
Summary: A Python URL manipulation library
License: Unlicense