Skip to content

Commit 1c6cba2

Browse files
feat: update python-tinycss to 0.4-6
1 parent e2bd7bf commit 1c6cba2

File tree

9 files changed

+7713
-7
lines changed

9 files changed

+7713
-7
lines changed

debian/changelog

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
python-tinycss (0.4-3-deepin1) unstable; urgency=medium
1+
python-tinycss (0.4-6) unstable; urgency=medium
22

3-
* Rebuild
3+
[ Debian Janitor ]
4+
* Set upstream metadata fields: Repository-Browse.
45

5-
-- Deepin Packages Builder <[email protected]> Thu, 24 Nov 2022 07:22:42 +0800
6+
-- Jelmer Vernooij <[email protected]> Wed, 16 Nov 2022 10:53:34 +0000
7+
8+
python-tinycss (0.4-5) unstable; urgency=medium
9+
10+
[ Debian Janitor ]
11+
* Apply multi-arch hints. + python-tinycss-doc: Add Multi-Arch: foreign.
12+
13+
-- Jelmer Vernooij <[email protected]> Fri, 14 Oct 2022 11:44:54 +0100
14+
15+
python-tinycss (0.4-4) unstable; urgency=medium
16+
17+
[ Ondřej Nový ]
18+
* d/control: Update Maintainer field with new Debian Python Team
19+
contact address.
20+
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
21+
layout.
22+
23+
[ Debian Janitor ]
24+
* Bump debhelper from deprecated 9 to 13.
25+
26+
-- Sandro Tosi <[email protected]> Sat, 04 Jun 2022 14:28:36 -0400
627

728
python-tinycss (0.4-3) unstable; urgency=medium
829

debian/control

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Source: python-tinycss
22
Section: python
33
Priority: optional
4-
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
4+
Maintainer: Debian Python Team <team+python@tracker.debian.org>
55
Uploaders: Michael Fladischer <[email protected]>,
66
Felix Krull <[email protected]>
7-
Build-Depends: debhelper-compat (= 9),
7+
Build-Depends: debhelper-compat (= 13),
88
dh-python,
99
cython3,
1010
python3-all-dev,
1111
python3-setuptools,
1212
python3-sphinx
1313
Standards-Version: 3.9.8
1414
Homepage: https://github.com/Kozea/tinycss
15-
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tinycss
16-
Vcs-Git: https://salsa.debian.org/python-team/modules/python-tinycss.git
15+
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tinycss
16+
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tinycss.git
1717

1818

1919

@@ -41,6 +41,7 @@ Section: doc
4141
Architecture: all
4242
Depends: ${misc:Depends},
4343
${sphinxdoc:Depends}
44+
Multi-Arch: foreign
4445
Description: complete yet simple CSS parser (Documentation)
4546
tinycss is a complete yet simple CSS parser for Python. It supports the full
4647
syntax and error handling for CSS 2.1 as well as some CSS 3 modules:

debian/upstream/metadata

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
Repository-Browse: https://github.com/Kozea/tinycss

tinycss.egg-info/PKG-INFO

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Metadata-Version: 1.1
2+
Name: tinycss
3+
Version: 0.4
4+
Summary: tinycss is a complete yet simple CSS parser for Python.
5+
Home-page: http://tinycss.readthedocs.io/
6+
Author: Simon Sapin
7+
Author-email: [email protected]
8+
License: BSD
9+
Description: tinycss: CSS parser for Python
10+
==============================
11+
12+
*tinycss* is a complete yet simple CSS parser for Python. It supports the full
13+
syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
14+
15+
* CSS Color 3
16+
* CSS Fonts 3
17+
* CSS Paged Media 3
18+
19+
It is designed to be easy to extend for new CSS modules and syntax,
20+
and integrates well with cssselect_ for Selectors 3 support.
21+
22+
Quick facts:
23+
24+
* Free software: BSD licensed
25+
* Compatible with Python 2.7 and 3.x
26+
* Latest documentation `on python.org`_
27+
* Source, issues and pull requests `on Github`_
28+
* Releases `on PyPI`_
29+
* Install with ``pip install tinycss``
30+
31+
.. _cssselect: http://packages.python.org/cssselect/
32+
.. _on python.org: http://packages.python.org/tinycss/
33+
.. _on Github: https://github.com/SimonSapin/tinycss/
34+
.. _on PyPI: http://pypi.python.org/pypi/tinycss
35+
36+
Platform: UNKNOWN
37+
Classifier: Development Status :: 4 - Beta
38+
Classifier: Intended Audience :: Developers
39+
Classifier: License :: OSI Approved :: BSD License
40+
Classifier: Programming Language :: Python :: 2
41+
Classifier: Programming Language :: Python :: 2.7
42+
Classifier: Programming Language :: Python :: 3
43+
Classifier: Programming Language :: Python :: 3.3
44+
Classifier: Programming Language :: Python :: 3.4
45+
Classifier: Programming Language :: Python :: 3.5
46+
Classifier: Programming Language :: Python :: Implementation :: CPython
47+
Classifier: Programming Language :: Python :: Implementation :: PyPy

tinycss.egg-info/SOURCES.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.coveragerc
2+
.gitignore
3+
.travis.yml
4+
CHANGES
5+
LICENSE
6+
MANIFEST.in
7+
README.rst
8+
setup.cfg
9+
setup.py
10+
docs/changelog.rst
11+
docs/conf.py
12+
docs/css3.rst
13+
docs/extending.rst
14+
docs/hacking.rst
15+
docs/index.rst
16+
docs/parsing.rst
17+
docs/_static/custom.css
18+
docs/_templates/layout.html
19+
tinycss/__init__.py
20+
tinycss/color3.py
21+
tinycss/css21.py
22+
tinycss/decoding.py
23+
tinycss/fonts3.py
24+
tinycss/page3.py
25+
tinycss/parsing.py
26+
tinycss/speedups.c
27+
tinycss/speedups.pyx
28+
tinycss/token_data.py
29+
tinycss/tokenizer.py
30+
tinycss/version.py
31+
tinycss.egg-info/PKG-INFO
32+
tinycss.egg-info/SOURCES.txt
33+
tinycss.egg-info/dependency_links.txt
34+
tinycss.egg-info/requires.txt
35+
tinycss.egg-info/top_level.txt
36+
tinycss/tests/__init__.py
37+
tinycss/tests/speed.py
38+
tinycss/tests/test_api.py
39+
tinycss/tests/test_color3.py
40+
tinycss/tests/test_css21.py
41+
tinycss/tests/test_decoding.py
42+
tinycss/tests/test_fonts3.py
43+
tinycss/tests/test_page3.py
44+
tinycss/tests/test_tokenizer.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

tinycss.egg-info/requires.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
[test]
3+
pytest-runner
4+
pytest-cov
5+
pytest-flake8
6+
pytest-isort

tinycss.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tinycss

0 commit comments

Comments
 (0)