From e79dd6f23aecf2a93c6bb08bd8a802b3353fc050e09f5fffee955203bbab6a35 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Feb 2025 16:21:20 +0000 Subject: [PATCH] - 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 --- parsel-1.10.0.tar.gz | 3 +++ parsel-1.9.1.tar.gz | 3 --- python-parsel.changes | 9 +++++++++ python-parsel.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 parsel-1.10.0.tar.gz delete mode 100644 parsel-1.9.1.tar.gz diff --git a/parsel-1.10.0.tar.gz b/parsel-1.10.0.tar.gz new file mode 100644 index 0000000..e2c7769 --- /dev/null +++ b/parsel-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f17db9559f51b43357b9dfe43cec870a8efb5ea4857abb624ec6ff80d8a080 +size 51421 diff --git a/parsel-1.9.1.tar.gz b/parsel-1.9.1.tar.gz deleted file mode 100644 index 08e584f..0000000 --- a/parsel-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e00dc07731c9030db620c195fcae884b5b4848e9f9c523c6119f708ccfa9ac -size 51225 diff --git a/python-parsel.changes b/python-parsel.changes index 2ab40c6..a02af86 100644 --- a/python-parsel.changes +++ b/python-parsel.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 4 16:21:06 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-parsel.spec b/python-parsel.spec index 4d64ce8..47b6350 100644 --- a/python-parsel.spec +++ b/python-parsel.spec @@ -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