commit python-bashate for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package python-bashate for openSUSE:Factory 
checked in at 2020-06-23 21:07:14

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


Package is "python-bashate"

Tue Jun 23 21:07:14 2020 rev:5 rq:816620 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes
2020-06-10 00:42:40.830070805 +0200
+++ /work/SRC/openSUSE:Factory/.python-bashate.new.2956/python-bashate.changes  
2020-06-23 21:08:00.146502842 +0200
@@ -1,0 +2,6 @@
+Tue Jun 23 15:25:40 UTC 2020 - Dirk Mueller 
+
+- update to 2.0.0:
+  * Add Python 3.5 support
+
+---

Old:

  bashate-1.0.0.tar.gz

New:

  bashate-2.0.0.tar.gz



Other differences:
--
++ python-bashate.spec ++
--- /var/tmp/diff_new_pack.wiv6SQ/_old  2020-06-23 21:08:00.858505142 +0200
+++ /var/tmp/diff_new_pack.wiv6SQ/_new  2020-06-23 21:08:00.862505155 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:   python-bashate
-Version:1.0.0
+Version:2.0.0
 Release:0
 Summary:A PEP8 equivalent for bash scripts
 License:Apache-2.0

++ bashate-1.0.0.tar.gz -> bashate-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/.zuul.d/jobs.yaml 
new/bashate-2.0.0/.zuul.d/jobs.yaml
--- old/bashate-1.0.0/.zuul.d/jobs.yaml 2020-02-11 22:24:58.0 +0100
+++ new/bashate-2.0.0/.zuul.d/jobs.yaml 2020-03-04 02:04:53.0 +0100
@@ -1,5 +1,6 @@
 - project:
 templates:
+  - openstack-python35-jobs
   - openstack-python3-ussuri-jobs
   - publish-openstack-docs-pti
   - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/ChangeLog new/bashate-2.0.0/ChangeLog
--- old/bashate-1.0.0/ChangeLog 2020-02-11 22:25:47.0 +0100
+++ new/bashate-2.0.0/ChangeLog 2020-03-04 02:05:44.0 +0100
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+2.0.0
+-
+
+* Support python 3.5
+
 1.0.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/PKG-INFO new/bashate-2.0.0/PKG-INFO
--- old/bashate-1.0.0/PKG-INFO  2020-02-11 22:25:47.0 +0100
+++ new/bashate-2.0.0/PKG-INFO  2020-03-04 02:05:44.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: bashate
-Version: 1.0.0
+Version: 2.0.0
 Summary: A pep8 equivalent for bash scripts
 Home-page: http://docs.openstack.org/developer/bashate/
 Author: OpenStack
@@ -76,6 +76,7 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Requires-Python: >=3.6
+Requires-Python: >=3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/bashate.egg-info/PKG-INFO 
new/bashate-2.0.0/bashate.egg-info/PKG-INFO
--- old/bashate-1.0.0/bashate.egg-info/PKG-INFO 2020-02-11 22:25:47.0 
+0100
+++ new/bashate-2.0.0/bashate.egg-info/PKG-INFO 2020-03-04 02:05:44.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: bashate
-Version: 1.0.0
+Version: 2.0.0
 Summary: A pep8 equivalent for bash scripts
 Home-page: http://docs.openstack.org/developer/bashate/
 Author: OpenStack
@@ -76,6 +76,7 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Requires-Python: >=3.6
+Requires-Python: >=3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/bashate.egg-info/pbr.json 
new/bashate-2.0.0/bashate.egg-info/pbr.json
--- old/bashate-1.0.0/bashate.egg-info/pbr.json 2020-02-11 22:25:47.0 
+0100
+++ new/bashate-2.0.0/bashate.egg-info/pbr.json 2020-03-04 02:05:44.0 
+0100
@@ -1 +1 @@
-{"git_version": "49c5f16", "is_release": true}
\ No newline at end of file
+{"git_version": "349e45c", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-1.0.0/setup.cfg new/bashate-2.0.0/setup.cfg
--- old/bashate-1.0.0/setup.cfg 2020-02-11 22:25:47.0 

commit python-bashate for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-bashate for openSUSE:Factory 
checked in at 2020-06-10 00:42:32

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


Package is "python-bashate"

Wed Jun 10 00:42:32 2020 rev:4 rq:809805 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes
2020-03-03 10:16:12.398646182 +0100
+++ /work/SRC/openSUSE:Factory/.python-bashate.new.3606/python-bashate.changes  
2020-06-10 00:42:40.830070805 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:36:25 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-bashate.spec ++
--- /var/tmp/diff_new_pack.0EBVio/_old  2020-06-10 00:42:42.338074759 +0200
+++ /var/tmp/diff_new_pack.0EBVio/_new  2020-06-10 00:42:42.342074770 +0200
@@ -36,6 +36,8 @@
 BuildRequires:  python-argparse
 Requires:   python-Babel >= 0.9.6
 Requires:   python-pbr
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %ifpython2
 Requires:   python-argparse
@@ -62,6 +64,7 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/bashate
 %{python_expand  #
 rm -rf %{buildroot}%{$python_sitelib}/bashate/tests
 sed -i -e '/^#!\//, 1d' %{buildroot}%{$python_sitelib}/bashate/bashate.py
@@ -71,10 +74,16 @@
 %check
 %python_exec -m stestr.cli run
 
+%post
+%python_install_alternative bashate
+
+%postun
+%python_uninstall_alternative bashate
+
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS README.rst ChangeLog
-%python3_only %{_bindir}/bashate
+%python_alternative %{_bindir}/bashate
 %{python_sitelib}/*
 
 %changelog




commit python-bashate for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package python-bashate for openSUSE:Factory 
checked in at 2020-03-03 10:15:33

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


Package is "python-bashate"

Tue Mar  3 10:15:33 2020 rev:3 rq:780409 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes
2019-05-20 13:18:39.855899108 +0200
+++ /work/SRC/openSUSE:Factory/.python-bashate.new.26092/python-bashate.changes 
2020-03-03 10:16:12.398646182 +0100
@@ -1,0 +2,25 @@
+Fri Feb 28 22:50:39 UTC 2020 - Dirk Mueller 
+
+- update to 1.0.0:
+  * Add an ability to specify max line length
+  * [ussuri][goal] Drop python 2.7 support and testing
+  * Convert devstack-bashate to native job
+  * Add release notes and contributing in readme
+  * Add Python 3 Train unit tests
+  * Add --version option
+  * Remove pylintrc file
+  * Use stestr as a test runner
+  * Update sphinx version
+  * Update to opendev
+  * Dropping the py35 testing
+  * OpenDev Migration Patch
+  * Replace openstack.org git:// URLs with https://
+  * Replace openstack.org git:// URLs with https://
+  * Change openstack-dev to openstack-discuss
+  * Update min tox version to 2.0
+  * fix tox python3 overrides
+  * add python 3.6 unit test job
+  * switch documentation job to new PTI
+  * import zuul job settings from project-config
+
+---

Old:

  bashate-0.6.0.tar.gz

New:

  bashate-1.0.0.tar.gz



Other differences:
--
++ python-bashate.spec ++
--- /var/tmp/diff_new_pack.0h4kj2/_old  2020-03-03 10:16:14.362650246 +0100
+++ /var/tmp/diff_new_pack.0h4kj2/_new  2020-03-03 10:16:14.362650246 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bashate
 #
-# 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
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:   python-bashate
-Version:0.6.0
+Version:1.0.0
 Release:0
 Summary:A PEP8 equivalent for bash scripts
 License:Apache-2.0
@@ -29,8 +30,7 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module testrepository}
-BuildRequires:  %{python_module testscenarios}
+BuildRequires:  %{python_module stestr}
 BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  python-argparse
@@ -69,10 +69,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_expand rm -rf .testrepository
-PYTHON=$python $python %{_bindir}/testr init
-PYTHON=$python $python %{_bindir}/testr run
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ bashate-0.6.0.tar.gz -> bashate-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-0.6.0/.stestr.conf 
new/bashate-1.0.0/.stestr.conf
--- old/bashate-0.6.0/.stestr.conf  1970-01-01 01:00:00.0 +0100
+++ new/bashate-1.0.0/.stestr.conf  2020-02-11 22:24:58.0 +0100
@@ -0,0 +1,2 @@
+[DEFAULT]
+test_path=./bashate/tests
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-0.6.0/.testr.conf 
new/bashate-1.0.0/.testr.conf
--- old/bashate-0.6.0/.testr.conf   2018-07-19 12:43:50.0 +0200
+++ new/bashate-1.0.0/.testr.conf   1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
- OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
- OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
- ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT 
$IDOPTION
-test_id_option=--load-list $IDFILE
-test_list_option=--list
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bashate-0.6.0/.zuul.d/jobs.yaml 
new/bashate-1.0.0/.zuul.d/jobs.yaml
--- old/bashate-0.6.0/.zuul.d/jobs.yaml 2018-07-19 12:43:50.0 +0200
+++ new/bashate-1.0.0/.zuul.d/jobs.yaml 2020-02-11 22:24:58.0 +0100
@@ -1,18 +1,15 @@
 - project:
+templates:
+  - openstack-python3-ussuri-jobs
+  - publish-openstack-docs-pti
+  - release-notes-jobs-python3
 check:
   jobs:
 - bashate-devstack:
 voting: false
-- 

commit python-bashate for openSUSE:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package python-bashate for openSUSE:Factory 
checked in at 2019-05-20 13:18:38

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


Package is "python-bashate"

Mon May 20 13:18:38 2019 rev:2 rq:704165 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes
2019-02-24 17:14:31.612459888 +0100
+++ /work/SRC/openSUSE:Factory/.python-bashate.new.5148/python-bashate.changes  
2019-05-20 13:18:39.855899108 +0200
@@ -1,0 +2,6 @@
+Sun May 19 07:45:17 UTC 2019 - Markos Chandras 
+
+- Add python-pbr to runtime dependencies since bashate is trying to
+  import it at the very beginning.
+
+---



Other differences:
--
++ python-bashate.spec ++
--- /var/tmp/diff_new_pack.gmTHzV/_old  2019-05-20 13:18:41.927897099 +0200
+++ /var/tmp/diff_new_pack.gmTHzV/_new  2019-05-20 13:18:41.931897096 +0200
@@ -35,6 +35,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-argparse
 Requires:   python-Babel >= 0.9.6
+Requires:   python-pbr
 BuildArch:  noarch
 %ifpython2
 Requires:   python-argparse