Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d07d5a96b | ||
|
|
b0332f7381 |
4 changed files with 38 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
||||||
/tinycss2-0.6.1.tar.gz
|
/tinycss2-0.6.1.tar.gz
|
||||||
|
/tinycss2-1.0.1.tar.gz
|
||||||
|
/tinycss2-1.0.2.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,30 @@
|
||||||
diff --git a/setup.cfg b/setup.cfg
|
diff --git a/setup.cfg b/setup.cfg
|
||||||
index ae602ff..a6452e5 100644
|
index b3b3c2d..944ca52 100644
|
||||||
--- a/setup.cfg
|
--- a/setup.cfg
|
||||||
+++ b/setup.cfg
|
+++ b/setup.cfg
|
||||||
@@ -5,7 +5,7 @@ test = pytest
|
@@ -40,8 +40,6 @@ install_requires =
|
||||||
universal = 1
|
tests_require =
|
||||||
|
pytest-runner
|
||||||
|
pytest-cov
|
||||||
|
- pytest-flake8
|
||||||
|
- pytest-isort
|
||||||
|
python_requires = >= 3.5
|
||||||
|
|
||||||
|
[options.package_data]
|
||||||
|
@@ -56,8 +54,6 @@ doc =
|
||||||
|
test =
|
||||||
|
pytest-runner
|
||||||
|
pytest-cov
|
||||||
|
- pytest-flake8
|
||||||
|
- pytest-isort
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
python-tag = py3
|
||||||
|
@@ -70,7 +66,6 @@ build-dir = docs/_build
|
||||||
|
test = pytest
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
-addopts = --cov=tinycss2 --flake8 --isort tinycss2/test.py
|
-addopts = --flake8 --isort
|
||||||
+addopts = --cov=tinycss2 tinycss2/test.py
|
norecursedirs = build dist .cache .eggs .git
|
||||||
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
|
||||||
|
|
||||||
[egg_info]
|
[coverage:run]
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.6.1
|
Version: 1.0.2
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level CSS parser for Python
|
Summary: Low-level CSS parser for Python
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
@ -21,7 +21,8 @@ BuildArch: noarch
|
||||||
BuildRequires: %{py3_prefix}-devel
|
BuildRequires: %{py3_prefix}-devel
|
||||||
BuildRequires: %{py3_prefix}-pytest
|
BuildRequires: %{py3_prefix}-pytest
|
||||||
BuildRequires: %{py3_prefix}-pytest-cov
|
BuildRequires: %{py3_prefix}-pytest-cov
|
||||||
# required for testing
|
BuildRequires: %{py3_prefix}-pytest-runner
|
||||||
|
BuildRequires: %{py3_prefix}-pytest-flake8
|
||||||
BuildRequires: %{py3_prefix}-webencodings >= 0.4
|
BuildRequires: %{py3_prefix}-webencodings >= 0.4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -63,12 +64,18 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
|
||||||
|
|
||||||
%files -n %{py3_prefix}-%{srcname}
|
%files -n %{py3_prefix}-%{srcname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/%{srcname}/
|
%{python3_sitelib}/%{srcname}/
|
||||||
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info/
|
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 29 2019 Felix Schwarz <fschwarz@fedoraproject.org> 1.0.2-1
|
||||||
|
- update to new upstream version 1.0.2
|
||||||
|
|
||||||
|
* Thu Mar 07 2019 Felix Schwarz <fschwarz@fedoraproject.org> 1.0.1-1
|
||||||
|
- update to new upstream version
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-8
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (tinycss2-0.6.1.tar.gz) = fa064bbb06d641a497a3c1eb35118bbf8ca8c4d32fbd3d8c64bb10d6cdab24387e77cd4c3277a957f23de2bd527a407836245f4387d7f880958858bd9cc7ab89
|
SHA512 (tinycss2-1.0.2.tar.gz) = 69bdf52898f9e704c01fe5fd11170e0efc9a6aca14646f5331fc06ebbdf941f9b6c798ded7d93636c7b810b35c659750c3ece3917c5c9cef4092e3e17b382dd1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue