4 Commits

Author SHA256 Message Date
10e78ab92a Accepting request 1287898 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1287898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=13
2025-06-23 13:06:16 +00:00
4a04b0ce4e Accepting request 1287874 from home:glaubitz:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1287874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=26
2025-06-23 10:29:31 +00:00
f18c9537a6 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
40517cd979 - 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 12 additions and 5 deletions

Binary file not shown.

3
furl-2.1.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# Copyright (c) 2025 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.3
Version: 2.1.4
Release: 0
Summary: A Python URL manipulation library
License: Unlicense