- update to 1.4.3:

* No longer use a universal wheel
  * Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
  * python2 is no longer supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=36
This commit is contained in:
Dirk Mueller 2022-03-30 08:08:39 +00:00 committed by Git OBS Bridge
parent d47eee4e6a
commit ddf4d77207
4 changed files with 14 additions and 6 deletions

View File

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

3
pyquery-1.4.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 30 08:07:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.3:
* No longer use a universal wheel
* Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
* python2 is no longer supported
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg <jayvdb@gmail.com> Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pyquery # spec file
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%bcond_with test %bcond_with test
%endif %endif
Name: python-pyquery%{psuffix} Name: python-pyquery%{psuffix}
Version: 1.4.1 Version: 1.4.3
Release: 0 Release: 0
Summary: A jQuery-like library for python Summary: A jQuery-like library for python
License: BSD-3-Clause License: BSD-3-Clause