commit python-Automat for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package python-Automat for openSUSE:Factory 
checked in at 2020-02-22 19:02:34

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


Package is "python-Automat"

Sat Feb 22 19:02:34 2020 rev:4 rq:775301 version:20.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Automat/python-Automat.changes
2019-11-29 15:55:49.853009070 +0100
+++ /work/SRC/openSUSE:Factory/.python-Automat.new.26092/python-Automat.changes 
2020-02-22 19:02:57.441932020 +0100
@@ -1,0 +2,6 @@
+Tue Feb 18 16:58:24 UTC 2020 - Ondřej Súkup 
+
+- update to 20.2.0
+ * Fix attrs warnings
+
+---

Old:

  Automat-0.8.0.tar.gz

New:

  Automat-20.2.0.tar.gz



Other differences:
--
++ python-Automat.spec ++
--- /var/tmp/diff_new_pack.7fZy5L/_old  2020-02-22 19:02:59.845936676 +0100
+++ /var/tmp/diff_new_pack.7fZy5L/_new  2020-02-22 19:02:59.845936676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Automat
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -26,11 +26,10 @@
 %bcond_with test
 %endif
 Name:   python-Automat%{psuffix}
-Version:0.8.0
+Version:20.2.0
 Release:0
 Summary:Self-service finite-state machines for the programmer on the go
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/glyph/automat
 Source: 
https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
 BuildRequires:  %{python_module m2r}
@@ -49,6 +48,7 @@
 BuildRequires:  %{python_module Twisted >= 16.1.1}
 BuildRequires:  %{python_module attrs >= 16.1.0}
 BuildRequires:  %{python_module graphviz >= 0.5.1}
+BuildRequires:  %{python_module pytest}
 %endif
 %python_subpackages
 
@@ -71,7 +71,7 @@
 
 %check
 %if %{with test}
-%python_exec setup.py test
+%pytest automat/_test
 %endif
 
 %if !%{with test}

++ Automat-0.8.0.tar.gz -> Automat-20.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/.gitignore 
new/Automat-20.2.0/.gitignore
--- old/Automat-0.8.0/.gitignore2018-04-13 05:58:42.0 +0200
+++ new/Automat-20.2.0/.gitignore   2020-02-16 20:33:10.0 +0100
@@ -1,5 +1,6 @@
 .tox/
 .coverage*
+.eggs/
 *.egg-info/
 *.py[co]
 build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/Automat.egg-info/PKG-INFO 
new/Automat-20.2.0/Automat.egg-info/PKG-INFO
--- old/Automat-0.8.0/Automat.egg-info/PKG-INFO 2019-10-20 06:19:02.0 
+0200
+++ new/Automat-20.2.0/Automat.egg-info/PKG-INFO2020-02-16 
20:36:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.8.0
+Version: 20.2.0
 Summary: Self-service finite-state machines for the programmer on the go.
 Home-page: https://github.com/glyph/Automat
 Author: Glyph
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/Automat.egg-info/requires.txt 
new/Automat-20.2.0/Automat.egg-info/requires.txt
--- old/Automat-0.8.0/Automat.egg-info/requires.txt 2019-10-20 
06:19:02.0 +0200
+++ new/Automat-20.2.0/Automat.egg-info/requires.txt2020-02-16 
20:36:16.0 +0100
@@ -1,4 +1,4 @@
-attrs>=16.1.0
+attrs>=19.2.0
 six
 
 [visualize]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/PKG-INFO new/Automat-20.2.0/PKG-INFO
--- old/Automat-0.8.0/PKG-INFO  2019-10-20 06:19:03.0 +0200
+++ new/Automat-20.2.0/PKG-INFO 2020-02-16 20:36:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.8.0
+Version: 20.2.0
 Summary: Self-service finite-state machines for the programmer on the go.
 Home-page: https://github.com/glyph/Automat
 Author: Glyph
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/automat/_methodical.py 
new/Automat-20.2.0/automat/_methodical.py
--- old/Automat-0.8.0/automat/_methodical.py2019-10-19 23:36:21.0 
+0200
+++ new/Automat-20.2.0/automat/_methodical.py   2020-02-16 20:33:10.0 
+0100
@@ -206,7 +206,7 @@
 return return_args, return_kwargs
 
 
-@attr.s(cmp=False, hash=False)
+@attr.s(eq=False, hash=False)
 class MethodicalInput(object):
 """
 An input for a L{MethodicalMachine}.
@@ -285,7 +285,7 @@
 def _name(self):
 return 

commit python-Automat for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package python-Automat for openSUSE:Factory 
checked in at 2019-11-29 15:55:46

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


Package is "python-Automat"

Fri Nov 29 15:55:46 2019 rev:3 rq:750658 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Automat/python-Automat.changes
2019-03-08 11:01:40.516538184 +0100
+++ /work/SRC/openSUSE:Factory/.python-Automat.new.26869/python-Automat.changes 
2019-11-29 15:55:49.853009070 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik 
+
+- Update to version 0.8.0:
+  * Retrieve the version from the installed distribution.
+  * Add support for Python 3.8
+  * Remove support for 3.4
+
+---

Old:

  Automat-0.7.0.tar.gz

New:

  Automat-0.8.0.tar.gz



Other differences:
--
++ python-Automat.spec ++
--- /var/tmp/diff_new_pack.cXF8d8/_old  2019-11-29 15:55:50.649008614 +0100
+++ /var/tmp/diff_new_pack.cXF8d8/_new  2019-11-29 15:55:50.653008611 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Automat
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-Automat%{psuffix}
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:Self-service finite-state machines for the programmer on the go
 License:MIT

++ Automat-0.7.0.tar.gz -> Automat-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.7.0/.travis.yml 
new/Automat-0.8.0/.travis.yml
--- old/Automat-0.7.0/.travis.yml   2018-06-04 07:39:34.0 +0200
+++ new/Automat-0.8.0/.travis.yml   2019-10-20 03:23:17.0 +0200
@@ -1,4 +1,9 @@
 language: python
+
+branches:
+  only:
+- master
+
 matrix:
   include:
 - python: 2.7
@@ -11,16 +16,6 @@
 - python: pypy
   env: TOX_ENV=pypy-noextras
 
-#- python: 3.3
-#  env: TOX_ENV=py33-extras
-#- python: 3.3
-#  env: TOX_ENV=py33-noextras
-
-- python: 3.4
-  env: TOX_ENV=py34-extras
-- python: 3.4
-  env: TOX_ENV=py34-noextras
-
 - python: 3.5
   env: TOX_ENV=py35-extras
 - python: 3.5
@@ -31,6 +26,16 @@
 - python: 3.6
   env: TOX_ENV=py36-noextras
 
+- python: 3.7
+  env: TOX_ENV=py37-extras
+- python: 3.7
+  env: TOX_ENV=py37-noextras
+
+- python: 3.8
+  env: TOX_ENV=py38-extras
+- python: 3.8
+  env: TOX_ENV=py38-noextras
+
 install:
 - sudo apt-get install graphviz
 - pip install tox coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.7.0/Automat.egg-info/PKG-INFO 
new/Automat-0.8.0/Automat.egg-info/PKG-INFO
--- old/Automat-0.7.0/Automat.egg-info/PKG-INFO 2018-06-14 09:18:20.0 
+0200
+++ new/Automat-0.8.0/Automat.egg-info/PKG-INFO 2019-10-20 06:19:02.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.7.0
+Version: 0.8.0
 Summary: Self-service finite-state machines for the programmer on the go.
 Home-page: https://github.com/glyph/Automat
 Author: Glyph
@@ -11,7 +11,7 @@
 ===
 
 
-.. image:: 
https://readthedocs.org/projects/automat/badge/?version=stable
+.. image:: 
https://readthedocs.org/projects/automat/badge/?version=latest
:target: http://automat.readthedocs.io/en/latest/
:alt: Documentation Status
 
@@ -474,8 +474,8 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Provides-Extra: visualize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.7.0/PKG-INFO new/Automat-0.8.0/PKG-INFO
--- old/Automat-0.7.0/PKG-INFO  2018-06-14 09:18:21.0 +0200
+++ new/Automat-0.8.0/PKG-INFO  2019-10-20 06:19:03.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.7.0
+Version: 0.8.0
 Summary: Self-service finite-state machines for the programmer on the go.
 

commit python-Automat for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package python-Automat for openSUSE:Factory 
checked in at 2019-03-08 11:01:39

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


Package is "python-Automat"

Fri Mar  8 11:01:39 2019 rev:2 rq:682364 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Automat/python-Automat.changes
2017-07-21 22:39:07.919628276 +0200
+++ /work/SRC/openSUSE:Factory/.python-Automat.new.28833/python-Automat.changes 
2019-03-08 11:01:40.516538184 +0100
@@ -1,0 +2,13 @@
+Thu Mar  7 09:09:35 UTC 2019 - Tomáš Chvátal 
+
+- Add mulitbuild to make sure we do not cycle
+
+---
+Tue Mar  5 12:01:41 UTC 2019 - Tomáš Chvátal 
+
+- Update to version 0.7.0:
+  * test updates
+  * pep fixes
+- Run tests
+
+---
@@ -4 +17 @@
-update to version v0.6.0
+- update to version v0.6.0

Old:

  Automat-0.6.0.tar.gz

New:

  Automat-0.7.0.tar.gz
  _multibuild



Other differences:
--
++ python-Automat.spec ++
--- /var/tmp/diff_new_pack.rcNdKT/_old  2019-03-08 11:01:40.920538120 +0100
+++ /var/tmp/diff_new_pack.rcNdKT/_new  2019-03-08 11:01:40.924538120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Automat
 #
-# Copyright (c) 2017 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
@@ -12,39 +12,44 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
 %bcond_with test
-Name:   python-Automat
-Version:0.6.0
+%endif
+Name:   python-Automat%{psuffix}
+Version:0.7.0
 Release:0
 Summary:Self-service finite-state machines for the programmer on the go
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/glyph/automat
+URL:https://github.com/glyph/automat
 Source: 
https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
 BuildRequires:  %{python_module m2r}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module Twisted}
-BuildRequires:  %{python_module attrs}
-BuildRequires:  %{python_module graphviz}
-%endif
-Requires:   python-attrs
+Requires:   python-attrs >= 16.1.0
 Requires:   python-six
-Suggests:   python-graphviz > 0.5.1
-Suggests:   python-Twisted >= 16.1.1
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Suggests:   python-Twisted >= 16.1.1
+Suggests:   python-graphviz > 0.5.1
 BuildArch:  noarch
-
+%if %{with test}
+BuildRequires:  %{python_module Twisted >= 16.1.1}
+BuildRequires:  %{python_module attrs >= 16.1.0}
+BuildRequires:  %{python_module graphviz >= 0.5.1}
+%endif
 %python_subpackages
 
 %description
@@ -58,15 +63,18 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/automat-visualize
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
-%if %{with test}
 %check
+%if %{with test}
 %python_exec setup.py test
 %endif
 
+%if !%{with test}
 %post
 %python_install_alternative automat-visualize
 
@@ -74,9 +82,10 @@
 %python_uninstall_alternative automat-visualize
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %python_alternative %{_bindir}/automat-visualize
 %{python_sitelib}/*
+%endif
 
 %changelog

++ Automat-0.6.0.tar.gz -> Automat-0.7.0.tar.gz ++
 2389 lines of diff (skipped)

++ _multibuild ++

  test




commit python-Automat for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package python-Automat for openSUSE:Factory 
checked in at 2017-07-21 22:39:00

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


Package is "python-Automat"

Fri Jul 21 22:39:00 2017 rev:1 rq:509336 version:0.6.0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.python-Automat.new/python-Automat.changes   
2017-07-21 22:39:07.919628276 +0200
@@ -0,0 +1,31 @@
+---
+Tue Jul  4 04:45:19 UTC 2017 - tbecht...@suse.com
+
+update to version v0.6.0
+  * use version-specific travis environments
+  * tox/travis: enable tests on py3.5
+  * add a comment: this check doesn't catch non-None returns
+  * improve function-is-empty test to work on py3.6 too
+  * add more metadata to setup
+  * graphviz() -> asDigraph()
+  * Use inspect.getfullargspec on Py3 to avoid deprecation warnings with 
inspect.getargspec
+  * add tracing API, with docs
+  * Conform author metadata to `distutils.core` API
+  * tracer can return a callable to see Output invocations
+  * Make hashable classes frozen for attrs 17.1.0 (fixes #62).
+  * Assert that 'input' function bodies are empty, to avoid surprises.
+  * reject duplicate transitions (same starting state and input)
+  * tox/travis: enable tests on py3.6
+  * improve tests: more cases, make pyflakes-clean
+  * sigh, add more code to attain full test coverage
+  * make setTrace a private API, document cautions about its use
+  * cover the specimen functions in tests, remove ordify()
+  * cleanup: s/assert_no_code/assertNoCode/
+- convert to singlespec
+- fix Source url
+
+---
+Tue Jan 24 23:48:39 UTC 2017 - ter...@gmail.com
+
+- Initial check in version 0.4.0
+

New:

  Automat-0.6.0.tar.gz
  python-Automat.changes
  python-Automat.spec



Other differences:
--
++ python-Automat.spec ++
#
# spec file for package python-Automat
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name:   python-Automat
Version:0.6.0
Release:0
Summary:Self-service finite-state machines for the programmer on the go
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/glyph/automat
Source: 
https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
BuildRequires:  %{python_module m2r}
BuildRequires:  %{python_module setuptools_scm}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module Twisted}
BuildRequires:  %{python_module attrs}
BuildRequires:  %{python_module graphviz}
%endif
Requires:   python-attrs
Requires:   python-six
Suggests:   python-graphviz > 0.5.1
Suggests:   python-Twisted >= 16.1.1
Requires(post): update-alternatives
Requires(preun): update-alternatives
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%python_subpackages

%description
Automat is a library for concise, idiomatic Python expression of finite-state
automata (particularly deterministic finite-state transducers).

%prep
%setup -q -n Automat-%{version}

%build
%python_build

%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/automat-visualize
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%if %{with test}
%check
%python_exec setup.py test
%endif

%post
%python_install_alternative automat-visualize

%postun
%python_uninstall_alternative automat-visualize

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.md
%python_alternative %{_bindir}/automat-visualize
%{python_sitelib}/*

%changelog