14
0

- 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:
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,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
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-pyquery%{psuffix}
Version: 1.4.1
Version: 1.4.3
Release: 0
Summary: A jQuery-like library for python
License: BSD-3-Clause