Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
854f95115e | |||
017493a7f6 |
3
parsel-1.10.0.tar.gz
Normal file
3
parsel-1.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14f17db9559f51b43357b9dfe43cec870a8efb5ea4857abb624ec6ff80d8a080
|
||||
size 51421
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14e00dc07731c9030db620c195fcae884b5b4848e9f9c523c6119f708ccfa9ac
|
||||
size 51225
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user