15
0

Accepting request 1085335 from devel:languages:python

- update to 1.0.9:
  * replace deprecated use of cgi.parse_header 
  * drop python 3.6 support

OBS-URL: https://build.opensuse.org/request/show/1085335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-css-parser?expand=0&rev=6
This commit is contained in:
2023-05-08 15:24:05 +00:00
committed by Git OBS Bridge
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:17b3778e6c85f651f75d7182162643ddff5cbf8ec817e87067abaa66e44b7655
size 349802

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 7 18:46:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.9:
* replace deprecated use of cgi.parse_header
* drop python 3.6 support
-------------------------------------------------------------------
Mon Oct 3 15:50:22 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-css-parser
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-css-parser
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: CSS related utilities (parsing, serialization, etc) for python
License: LGPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/ebook-utils/css-parser
Source: https://github.com/ebook-utils/css-parser/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module setuptools}
Requires: python-chardet