commit python-tinycss2 for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package python-tinycss2 for openSUSE:Factory 
checked in at 2020-07-15 12:08:11

Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-tinycss2.new.3060 (New)


Package is "python-tinycss2"

Wed Jul 15 12:08:11 2020 rev:6 rq:820506 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2020-05-28 09:07:16.303690463 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.3060/python-tinycss2.changes
2020-07-15 12:09:20.344426342 +0200
@@ -1,0 +2,5 @@
+Sat Jul 11 10:50:32 UTC 2020 - Benjamin Greiner 
+
+- switch of isort in testing. isort5 is out and breaks everything 
+
+---



Other differences:
--
++ python-tinycss2.spec ++
--- /var/tmp/diff_new_pack.4XH0Tj/_old  2020-07-15 12:09:26.008432273 +0200
+++ /var/tmp/diff_new_pack.4XH0Tj/_new  2020-07-15 12:09:26.008432273 +0200
@@ -30,7 +30,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module pytest-isort}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module webencodings >= 0.4}
 # /SECTION
@@ -57,7 +56,7 @@
 export LANG=en_US.UTF-8
 # remove pytest default args --flake8 and --isort
 rm setup.cfg
-%pytest --isort
+%pytest
 
 %files %{python_files}
 %doc README.rst




commit python-tinycss2 for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-tinycss2 for openSUSE:Factory 
checked in at 2020-05-28 09:07:13

Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-tinycss2.new.3606 (New)


Package is "python-tinycss2"

Thu May 28 09:07:13 2020 rev:5 rq:805999 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2019-05-05 21:18:33.548809678 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.3606/python-tinycss2.changes
2020-05-28 09:07:16.303690463 +0200
@@ -1,0 +2,9 @@
+Sat May 16 00:00:10 UTC 2020 - Benjamin Greiner 
+
+- The fix for bsc#1130082 does not have an effect (anymore?).
+  New version of flake8 raises more failures.
+  Switch off flake8 tests by removing pytest-flake8 and the
+  corresponding pytest argument.
+- pytest-cov not needed
+
+---



Other differences:
--
++ python-tinycss2.spec ++
--- /var/tmp/diff_new_pack.WChbhW/_old  2020-05-28 09:07:18.127695932 +0200
+++ /var/tmp/diff_new_pack.WChbhW/_new  2020-05-28 09:07:18.131695944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinycss2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,12 @@
 Summary:Low-level CSS parser for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/Kozea/tinycss2
+URL:https://github.com/Kozea/tinycss2
 Source: 
https://files.pythonhosted.org/packages/source/t/tinycss2/tinycss2-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-flake8}
 BuildRequires:  %{python_module pytest-isort}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module webencodings >= 0.4}
@@ -57,11 +55,14 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
+# remove pytest default args --flake8 and --isort
+rm setup.cfg
+%pytest --isort
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/tinycss2
+%{python_sitelib}/tinycss2-%{version}-*.egg-info
 
 %changelog




commit python-tinycss2 for openSUSE:Factory

2019-05-05 Thread root
Hello community,

here is the log from the commit of package python-tinycss2 for openSUSE:Factory 
checked in at 2019-05-05 21:18:32

Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-tinycss2.new.5148 (New)


Package is "python-tinycss2"

Sun May  5 21:18:32 2019 rev:4 rq:699150 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2019-04-19 18:37:22.299107635 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.5148/python-tinycss2.changes
2019-05-05 21:18:33.548809678 +0200
@@ -1,0 +2,12 @@
+Fri Apr 26 07:27:51 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.0.2
+  * Don't crash when indent tokens have no lowercase equivalent name
+  * Parse "--" ident tokens correctly
+  * Drop Python 2.7, 3.3 and 3.4 support.
+  * Allow leading double dash syntax for ident tokens, allowing CSS variables 
to
+be parsed correctly.
+  * Force tests to parse JSON files as UTF-8.
+- python3 package only
+
+---

Old:

  tinycss2-0.6.1.tar.gz

New:

  tinycss2-1.0.2.tar.gz



Other differences:
--
++ python-tinycss2.spec ++
--- /var/tmp/diff_new_pack.fnzUgz/_old  2019-05-05 21:18:34.032810997 +0200
+++ /var/tmp/diff_new_pack.fnzUgz/_new  2019-05-05 21:18:34.036811007 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-tinycss2
-Version:0.6.1
+Version:1.0.2
 Release:0
 Summary:Low-level CSS parser for Python
 License:BSD-3-Clause
@@ -59,7 +60,7 @@
 %python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
 
 %files %{python_files}
-%doc CHANGES README.rst
+%doc README.rst
 %license LICENSE
 %{python_sitelib}/*
 

++ tinycss2-0.6.1.tar.gz -> tinycss2-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinycss2-0.6.1/.coveragerc 
new/tinycss2-1.0.2/.coveragerc
--- old/tinycss2-0.6.1/.coveragerc  2017-08-16 18:14:17.0 +0200
+++ new/tinycss2-1.0.2/.coveragerc  1970-01-01 01:00:00.0 +0100
@@ -1,10 +0,0 @@
-[run]
-branch = True
-
-[report]
-exclude_lines =
-pragma: no cover
-def __repr__
-raise NotImplementedError
-omit =
-.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinycss2-0.6.1/.gitignore 
new/tinycss2-1.0.2/.gitignore
--- old/tinycss2-0.6.1/.gitignore   2017-08-16 18:09:59.0 +0200
+++ new/tinycss2-1.0.2/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,8 +0,0 @@
-*.pyc
-*.egg-info
-.cache
-.coverage
-.eggs
-/htmlcov
-/dist
-/build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinycss2-0.6.1/.travis.yml 
new/tinycss2-1.0.2/.travis.yml
--- old/tinycss2-0.6.1/.travis.yml  2017-08-16 17:50:48.0 +0200
+++ new/tinycss2-1.0.2/.travis.yml  1970-01-01 01:00:00.0 +0100
@@ -1,30 +0,0 @@
-language: python
-sudo: false
-
-git:
-  submodules: false
-
-matrix:
-  include:
-- os: linux
-  python: 2.7
-- os: linux
-  python: 3.3
-- os: linux
-  python: 3.4
-- os: linux
-  python: 3.5
-- os: linux
-  python: 3.6
-- os: osx
-  language: generic
-  env: PYTHON_VERSION=3
-
-before_install:
-  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
-
-install:
-  - pip$PYTHON_VERSION install --upgrade -e.[test]
-
-script:
-  - python$PYTHON_VERSION setup.py test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinycss2-0.6.1/CHANGES new/tinycss2-1.0.2/CHANGES
--- old/tinycss2-0.6.1/CHANGES  2017-10-02 11:03:13.0 +0200
+++ new/tinycss2-1.0.2/CHANGES  1970-01-01 01:00:00.0 +0100
@@ -1,83 +0,0 @@
-tinycss2 changelog
-==
-
-
-Version 0.6.1
--
-
-Released on 2017-10-02.
-
-* Update documentation.
-
-
-Version 0.6.0
--
-
-Released on 2017-08-16.
-
-* Don't allow identifiers starting with two dashes.
-* Don't use Tox for tests.
-* Follow semantic versioning.
-
-
-Version 0.5

-
-Released on 2014-08-19.
-
-* Update for spec changes.
-* Add a :attr:`~tinycss2.ast.WhitespaceToken.value` attribute
-  to :class:`~tinycss2.ast.WhitespaceToken`.
-* **Breaking change**: CSS comments are now preserved
-  as :class:`~tinycss2.ast.Comment` objects by default.
-  Pass ``skip_comments=True`` to parsing functions to get the old behavior.
-* **Breaking change**: Top-level comments and whitespace are now preserved
-  when parsing a stylesheet, rule list, or declaration 

commit python-tinycss2 for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package python-tinycss2 for openSUSE:Factory 
checked in at 2019-04-19 18:37:20

Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-tinycss2.new.5536 (New)


Package is "python-tinycss2"

Fri Apr 19 18:37:20 2019 rev:3 rq:694576 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2019-01-24 14:14:19.131299835 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.5536/python-tinycss2.changes
2019-04-19 18:37:22.299107635 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl 
+
+- bsc#1130082: Switch off FLAKE8-check test
+
+---



Other differences:
--
++ python-tinycss2.spec ++
--- /var/tmp/diff_new_pack.g6cNKp/_old  2019-04-19 18:37:23.771109505 +0200
+++ /var/tmp/diff_new_pack.g6cNKp/_new  2019-04-19 18:37:23.819109566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinycss2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py test
+%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
 
 %files %{python_files}
 %doc CHANGES README.rst




commit python-tinycss2 for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-tinycss2 for openSUSE:Factory 
checked in at 2019-01-24 14:14:18

Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-tinycss2.new.28833 (New)


Package is "python-tinycss2"

Thu Jan 24 14:14:18 2019 rev:2 rq:667868 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2018-05-29 10:42:17.838299925 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.28833/python-tinycss2.changes   
2019-01-24 14:14:19.131299835 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:17 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-tinycss2.spec ++
--- /var/tmp/diff_new_pack.YP0zVo/_old  2019-01-24 14:14:19.563299336 +0100
+++ /var/tmp/diff_new_pack.YP0zVo/_new  2019-01-24 14:14:19.563299336 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/Kozea/tinycss2
 Source: 
https://files.pythonhosted.org/packages/source/t/tinycss2/tinycss2-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros