Compare commits

2 Commits

Author SHA256 Message Date
854f95115e Accepting request 1243180 from devel:languages:python
- update to 1.10.0:
  * Removed support for Python 3.8.
  * Added support for Python 3.13.
  * Changed the default encoding name from ``"utf8"`` to
    ``"utf-8"`` everywhere.

OBS-URL: https://build.opensuse.org/request/show/1243180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=14
2025-02-04 18:35:02 +00:00
017493a7f6 - update to 1.10.0:
* Removed support for Python 3.8.
  * Added support for Python 3.13.
  * Changed the default encoding name from ``"utf8"`` to
    ``"utf-8"`` everywhere.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=29
2025-02-04 16:21:20 +00:00
4 changed files with 14 additions and 5 deletions

3
parsel-1.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14f17db9559f51b43357b9dfe43cec870a8efb5ea4857abb624ec6ff80d8a080
size 51421

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14e00dc07731c9030db620c195fcae884b5b4848e9f9c523c6119f708ccfa9ac
size 51225

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 4 16:21:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.10.0:
* Removed support for Python 3.8.
* Added support for Python 3.13.
* Changed the default encoding name from ``"utf8"`` to
``"utf-8"`` everywhere.
-------------------------------------------------------------------
Sat Apr 27 07:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-parsel
#
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-parsel
Version: 1.9.1
Version: 1.10.0
Release: 0
Summary: Library to extract data from HTML and XML using XPath and CSS selectors
License: BSD-3-Clause