Accepting request 1170436 from devel:languages:python

- update to 1.9.1:
  * Removed the dependency on ``pytest-runner``.
  * Removed the obsolete ``Makefile``.

OBS-URL: https://build.opensuse.org/request/show/1170436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=13
This commit is contained in:
2024-04-28 19:49:28 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 27 07:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.9.1:
* Removed the dependency on ``pytest-runner``.
* Removed the obsolete ``Makefile``.
-------------------------------------------------------------------
Sat Mar 16 09:25:22 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-parsel
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: Library to extract data from HTML and XML using XPath and CSS selectors
License: BSD-3-Clause
@@ -54,7 +54,6 @@ selectors.
%prep
%autosetup -p1 -n parsel-%{version}
sed -i -e '/pytest-runner/d' setup.py
%build
%pyproject_wheel