commit python3-pep8 for openSUSE:Factory

2016-09-07 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2016-09-07 11:46:25

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is "python3-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2016-08-18 09:17:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2016-09-07 11:46:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 19:44:01 UTC 2016 - sebix+novell@sebix.at
+
+- require setuptools at runtime (boo#882523)
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.j9j9ZW/_old  2016-09-07 11:46:29.0 +0200
+++ /var/tmp/diff_new_pack.j9j9ZW/_new  2016-09-07 11:46:29.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+Requires:   python3-setuptools
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
 BuildArch:  noarch




commit python3-pep8 for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2016-08-18 09:17:29

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is "python3-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2016-05-25 21:25:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2016-08-18 09:17:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 15 14:51:56 UTC 2016 - toddrme2...@gmail.com
+
+- Fix update-alternatives implementation.
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.OKzAji/_old  2016-08-18 09:17:32.0 +0200
+++ /var/tmp/diff_new_pack.OKzAji/_new  2016-08-18 09:17:32.0 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(preun): update-alternatives
 BuildArch:  noarch
 
 %description
@@ -52,18 +52,16 @@
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/pep8 %{buildroot}%{_bindir}/pep8-%{py3_ver}
 ln -s -f %{_sysconfdir}/alternatives/pep8 %{buildroot}%{_bindir}/pep8
-# create a dummy target for /etc/alternatives/pep8
-touch %{buildroot}%{_sysconfdir}/alternatives/pep8
 
 %fdupes %{buildroot}%{python3_sitelib}
 
 %post
-"%_sbindir/update-alternatives" \
+%_sbindir/update-alternatives \
--install %{_bindir}/pep8 pep8 %{_bindir}/pep8-%{py3_ver} 30
 
-%postun
+%preun
 if [ $1 -eq 0 ] ; then
-"%_sbindir/update-alternatives" --remove pep8 %{_bindir}/pep8-%{py3_ver}
+%_sbindir/update-alternatives --remove pep8 %{_bindir}/pep8-%{py3_ver}
 fi
 
 %check




commit python3-pep8 for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2016-05-25 21:25:08

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is "python3-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2016-01-22 01:07:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2016-05-25 21:25:09.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:04:04 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.mWgYfE/_old  2016-05-25 21:25:10.0 +0200
+++ /var/tmp/diff_new_pack.mWgYfE/_new  2016-05-25 21:25:10.0 +0200
@@ -23,7 +23,7 @@
 Summary:Python style guide checker
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pep8/pep8-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3




commit python3-pep8 for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2016-01-21 23:42:32

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is "python3-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2015-10-28 17:30:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2016-01-22 01:07:06.0 +0100
@@ -1,0 +2,39 @@
+Wed Jan 13 09:35:26 UTC 2016 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---
+Wed Jan 13 09:19:24 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.7.0
+  + Announcements:
+* Repository moved to PyCQA Organization on GitHub:
+  https://github.com/pycqa/pep8
+  + Changes:
+* Reverted the fix in #368, "options passed on command line are only ones
+  accepted" feature. This has many unintended consequences in pep8 and 
flake8
+  and needs to be reworked when I have more time.
+* Added support for Python 3.5. (Issue #420 & #459)
+* Added support for multi-line config_file option parsing. (Issue #429)
+* Improved parameter parsing. (Issues #420 & #456)
+  + Bugs:
+* Fixed BytesWarning on Python 3. (Issue #459)
+
+---
+Tue Jan 12 22:19:15 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated url
+
+- update to version 1.7.0:
+  * Repository moved to PyCQA Organization on GitHub:
+https://github.com/pycqa/pep8
+  * Reverted the fix in #368, "options passed on command line are only ones
+accepted" feature. This has many unintended consequences in pep8 and flake8
+and needs to be reworked when I have more time.
+  * Added support for Python 3.5. (Issue #420 & #459)
+  * Added support for multi-line config_file option parsing. (Issue #429)
+  * Improved parameter parsing. (Issues #420 & #456)
+  * Fixed BytesWarning on Python 3. (Issue #459)
+
+---

Old:

  pep8-1.6.2.tar.gz

New:

  pep8-1.7.0.tar.gz



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.jX4MaV/_old  2016-01-22 01:07:08.0 +0100
+++ /var/tmp/diff_new_pack.jX4MaV/_new  2016-01-22 01:07:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pep8
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,9 +17,9 @@
 
 
 Name:   python3-pep8
-Version:1.6.2
+Version:1.7.0
 Release:0
-Url:http://github.com/jcrocholl/pep8
+Url:https://github.com/pycqa/pep8
 Summary:Python style guide checker
 License:MIT
 Group:  Development/Languages/Python
@@ -30,6 +30,8 @@
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 
 %description
@@ -45,9 +47,24 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv %{buildroot}%{_bindir}/pep8 %{buildroot}%{_bindir}/pep8-python%{py3_ver}
-rm -rf %{buildroot}%{python3_sitelib}/__pycache__/
-%fdupes %{buildroot}%{python_sitelib}
+
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/pep8 %{buildroot}%{_bindir}/pep8-%{py3_ver}
+ln -s -f %{_sysconfdir}/alternatives/pep8 %{buildroot}%{_bindir}/pep8
+# create a dummy target for /etc/alternatives/pep8
+touch %{buildroot}%{_sysconfdir}/alternatives/pep8
+
+%fdupes %{buildroot}%{python3_sitelib}
+
+%post
+"%_sbindir/update-alternatives" \
+   --install %{_bindir}/pep8 pep8 %{_bindir}/pep8-%{py3_ver} 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+"%_sbindir/update-alternatives" --remove pep8 %{_bindir}/pep8-%{py3_ver}
+fi
 
 %check
 python3 setup.py test
@@ -55,8 +72,11 @@
 %files
 %defattr(-,root,root)
 %doc CHANGES.txt README.rst
-%{_bindir}/pep8-python%{py3_ver}
+%{_bindir}/pep8
+%{_bindir}/pep8-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/pep8
 %{python3_sitelib}/pep8.py*
-%{python3_sitelib}/pep8-%{version}-py%{py3_ver}.egg-info/
+%{python3_sitelib}/pep8-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/__pycache__/pep8.*.pyc
 
 %changelog

++ pep8-1.6.2.tar.gz -> pep8-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python3-pep8 for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2015-10-28 17:30:49

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is "python3-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2015-02-16 21:47:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2015-10-28 17:30:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 10:34:00 UTC 2015 - toddrme2...@gmail.com
+
+- Enable unit tests.
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.Bz8zcM/_old  2015-10-28 17:30:57.0 +0100
+++ /var/tmp/diff_new_pack.Bz8zcM/_new  2015-10-28 17:30:57.0 +0100
@@ -49,6 +49,9 @@
 rm -rf %{buildroot}%{python3_sitelib}/__pycache__/
 %fdupes %{buildroot}%{python_sitelib}
 
+%check
+python3 setup.py test
+
 %files
 %defattr(-,root,root)
 %doc CHANGES.txt README.rst




commit python3-pep8 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2015-02-16 21:47:07

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2015-02-10 20:22:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2015-02-16 21:47:18.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 16 02:01:09 UTC 2015 - a...@gmx.de
+
+- update to version 1.6.2:
+  * Added check for breaking around a binary operator. (Issue #197, Pull #305)
+  * Restored config_file parameter in process_options(). (Issue #380)
+
+---

Old:

  pep8-1.6.1.tar.gz

New:

  pep8-1.6.2.tar.gz



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.1beDKm/_old  2015-02-16 21:47:19.0 +0100
+++ /var/tmp/diff_new_pack.1beDKm/_new  2015-02-16 21:47:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pep8
-Version:1.6.1
+Version:1.6.2
 Release:0
 Url:http://github.com/jcrocholl/pep8
 Summary:Python style guide checker

++ pep8-1.6.1.tar.gz - pep8-1.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.6.1/CHANGES.txt new/pep8-1.6.2/CHANGES.txt
--- old/pep8-1.6.1/CHANGES.txt  2015-02-08 22:31:01.0 +0100
+++ new/pep8-1.6.2/CHANGES.txt  2015-02-15 23:06:06.0 +0100
@@ -2,6 +2,18 @@
 =
 
 
+1.6.2 (2015-02-15)
+--
+
+Changes:
+
+* Added check for breaking around a binary operator. (Issue #197, Pull #305)
+
+Bugs:
+
+* Restored config_file parameter in process_options(). (Issue #380)
+
+
 1.6.1 (2015-02-08)
 --
 
@@ -13,6 +25,7 @@
 
 * Exception thrown due to unassigned ``local_dir`` variable. (Issue #377)
 
+
 1.6.0 (2015-02-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.6.1/PKG-INFO new/pep8-1.6.2/PKG-INFO
--- old/pep8-1.6.1/PKG-INFO 2015-02-08 22:35:29.0 +0100
+++ new/pep8-1.6.2/PKG-INFO 2015-02-15 23:07:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pep8
-Version: 1.6.1
+Version: 1.6.2
 Summary: Python style guide checker
 Home-page: http://pep8.readthedocs.org/
 Author: Johann C. Rocholl
@@ -103,6 +103,18 @@
 =
 
 
+1.6.2 (2015-02-15)
+--
+
+Changes:
+
+* Added check for breaking around a binary operator. (Issue #197, Pull 
#305)
+
+Bugs:
+
+* Restored config_file parameter in process_options(). (Issue #380)
+
+
 1.6.1 (2015-02-08)
 --
 
@@ -114,6 +126,7 @@
 
 * Exception thrown due to unassigned ``local_dir`` variable. (Issue 
#377)
 
+
 1.6.0 (2015-02-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.6.1/pep8.egg-info/PKG-INFO 
new/pep8-1.6.2/pep8.egg-info/PKG-INFO
--- old/pep8-1.6.1/pep8.egg-info/PKG-INFO   2015-02-08 22:35:29.0 
+0100
+++ new/pep8-1.6.2/pep8.egg-info/PKG-INFO   2015-02-15 23:07:16.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pep8
-Version: 1.6.1
+Version: 1.6.2
 Summary: Python style guide checker
 Home-page: http://pep8.readthedocs.org/
 Author: Johann C. Rocholl
@@ -103,6 +103,18 @@
 =
 
 
+1.6.2 (2015-02-15)
+--
+
+Changes:
+
+* Added check for breaking around a binary operator. (Issue #197, Pull 
#305)
+
+Bugs:
+
+* Restored config_file parameter in process_options(). (Issue #380)
+
+
 1.6.1 (2015-02-08)
 --
 
@@ -114,6 +126,7 @@
 
 * Exception thrown due to unassigned ``local_dir`` variable. (Issue 
#377)
 
+
 1.6.0 (2015-02-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.6.1/pep8.py new/pep8-1.6.2/pep8.py
--- old/pep8-1.6.1/pep8.py  2015-02-08 22:30:36.0 +0100
+++ new/pep8-1.6.2/pep8.py  2015-02-15 23:05:54.0 +0100
@@ -62,7 +62,7 @@
 except ImportError:
 from ConfigParser import RawConfigParser
 
-__version__ = '1.6.1'
+__version__ = '1.6.2'
 
 DEFAULT_EXCLUDE = 

commit python3-pep8 for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2015-02-10 20:22:36

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2015-01-23 15:46:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2015-02-10 20:22:37.0 +0100
@@ -1,0 +2,35 @@
+Mon Feb  9 06:45:13 UTC 2015 - a...@gmx.de
+
+- update to version 1.6.1:
+  * Assign variables before referenced. (Issue #287)
+  * Exception thrown due to unassigned local_dir variable. (Issue
+#377)
+
+- changes from version 1.6.0:
+  * Report E731 for lambda assignment. (Issue #277)
+  * Report E704 for one-liner def instead of E701.
+Do not report this error in the default configuration. (Issue #277)
+  * Replace codes E111, E112 and E113 with codes E114, E115 and E116
+for bad indentation of comments. (Issue #274)
+  * Report E266 instead of E265 when the block comment starts with
+multiple #. (Issue #270)
+  * Report E402 for import statements not at the top of the file. (Issue #264)
+  * Do not enforce whitespaces around ** operator. (Issue #292)
+  * Strip whitespace from around paths during normalization. (Issue #339 / 
#343)
+  * Update --format documentation. (Issue #198 / Pull Request #310)
+  * Add .tox/ to default excludes. (Issue #335)
+  * Do not report E121 or E126 in the default configuration. (Issues #256 / 
#316)
+  * Allow spaces around the equals sign in an annotated function. (Issue #357)
+  * Allow trailing backslash if in an inline comment. (Issue #374)
+  * If --config is used, only that configuration is processed. Otherwise,
+merge the user and local configurations are merged. (Issue #368 / #369)
+  * Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
+  * Don't crash if os.path.expanduser() throws an ImportError. (Issue #297)
+  * Missing space around keyword parameter equal not always reported, E251.
+(Issue #323)
+  * Fix false positive E711/E712/E713. (Issues #330 and #336)
+  * Do not skip physical checks if the newline is escaped. (Issue #319)
+  * Flush sys.stdout to avoid race conditions with printing. See flake8 bug:
+https://gitlab.com/pycqa/flake8/issues/17 for more details. (Issue #363)
+
+---

Old:

  pep8-1.5.7.tar.gz

New:

  pep8-1.6.1.tar.gz



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.V0TZBg/_old  2015-02-10 20:22:38.0 +0100
+++ /var/tmp/diff_new_pack.V0TZBg/_new  2015-02-10 20:22:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pep8
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pep8
-Version:1.5.7
+Version:1.6.1
 Release:0
 Url:http://github.com/jcrocholl/pep8
 Summary:Python style guide checker

++ pep8-1.5.7.tar.gz - pep8-1.6.1.tar.gz ++
 1603 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pep8 for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2015-01-23 15:46:44

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2014-07-11 06:46:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2015-01-23 15:46:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 22 00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove python(abi) requirement
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.0obYee/_old  2015-01-23 15:46:46.0 +0100
+++ /var/tmp/diff_new_pack.0obYee/_new  2015-01-23 15:46:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pep8
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,6 @@
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:   python(abi) = %{py3_ver}
 BuildArch:  noarch
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pep8 for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2014-07-11 06:46:03

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2014-05-16 18:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2014-07-11 06:46:47.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul 10 12:12:20 UTC 2014 - toddrme2...@gmail.com
+
+- update to 1.5.7:
+  * Skip the traceback on Broken pipe signal. (Issue #275)
+  * Do not exit when an option in ``setup.cfg`` or ``tox.ini``
+is not recognized.
+  * Check the last line even if it does not end with a newline. (Issue #286)
+  * Always open files in universal newlines mode in Python 2. (Issue #288)
+
+---

Old:

  pep8-1.5.6.tar.gz

New:

  pep8-1.5.7.tar.gz



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.WFePyM/_old  2014-07-11 06:46:48.0 +0200
+++ /var/tmp/diff_new_pack.WFePyM/_new  2014-07-11 06:46:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pep8
-Version:1.5.6
+Version:1.5.7
 Release:0
 Url:http://github.com/jcrocholl/pep8
 Summary:Python style guide checker

++ pep8-1.5.6.tar.gz - pep8-1.5.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.5.6/CHANGES.txt new/pep8-1.5.7/CHANGES.txt
--- old/pep8-1.5.6/CHANGES.txt  2014-04-14 19:02:37.0 +0200
+++ new/pep8-1.5.7/CHANGES.txt  2014-05-29 18:54:27.0 +0200
@@ -2,6 +2,21 @@
 =
 
 
+1.5.7 (2014-05-29)
+--
+
+Bug fixes:
+
+* Skip the traceback on Broken pipe signal. (Issue #275)
+
+* Do not exit when an option in ``setup.cfg`` or ``tox.ini``
+  is not recognized.
+
+* Check the last line even if it does not end with a newline. (Issue #286)
+
+* Always open files in universal newlines mode in Python 2. (Issue #288)
+
+
 1.5.6 (2014-04-14)
 --
 
@@ -398,7 +413,7 @@
 * Fix E901 when printing source with ``--show-source``.
 
 * Report all errors for each checker, instead of reporting only the
-  first occurence for each line.
+  first occurrence for each line.
 
 * Option ``--show-pep8`` implies ``--first``.
 
@@ -432,7 +447,7 @@
 0.7.0 (2012-03-26)
 --
 
-* Now ``--first`` prints only the first occurence of each error.
+* Now ``--first`` prints only the first occurrence of each error.
   The ``--repeat`` flag becomes obsolete because it is the default
   behaviour. (Issue #6)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.5.6/PKG-INFO new/pep8-1.5.7/PKG-INFO
--- old/pep8-1.5.6/PKG-INFO 2014-04-14 19:05:22.0 +0200
+++ new/pep8-1.5.7/PKG-INFO 2014-05-29 18:57:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pep8
-Version: 1.5.6
+Version: 1.5.7
 Summary: Python style guide checker
 Home-page: http://pep8.readthedocs.org/
 Author: Johann C. Rocholl
@@ -103,6 +103,21 @@
 =
 
 
+1.5.7 (2014-05-29)
+--
+
+Bug fixes:
+
+* Skip the traceback on Broken pipe signal. (Issue #275)
+
+* Do not exit when an option in ``setup.cfg`` or ``tox.ini``
+  is not recognized.
+
+* Check the last line even if it does not end with a newline. (Issue 
#286)
+
+* Always open files in universal newlines mode in Python 2. (Issue 
#288)
+
+
 1.5.6 (2014-04-14)
 --
 
@@ -499,7 +514,7 @@
 * Fix E901 when printing source with ``--show-source``.
 
 * Report all errors for each checker, instead of reporting only the
-  first occurence for each line.
+  first occurrence for each line.
 
 * Option ``--show-pep8`` implies ``--first``.
 
@@ -533,7 +548,7 @@
 0.7.0 (2012-03-26)
 --
 
-* Now ``--first`` prints only the first occurence of each error.
+* Now ``--first`` prints only the first occurrence of each error.
   The ``--repeat`` flag becomes obsolete because it is the default
   behaviour. (Issue #6)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.5.6/docs/api.rst new/pep8-1.5.7/docs/api.rst
--- old/pep8-1.5.6/docs/api.rst 2014-03-25 01:54:05.0 +0100
+++ 

commit python3-pep8 for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2014-05-16 18:13:58

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2014-05-09 20:30:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2014-05-16 18:14:00.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 10:39:10 UTC 2014 - toddrme2...@gmail.com
+
+- Use setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.SHRlLm/_old  2014-05-16 18:14:00.0 +0200
+++ /var/tmp/diff_new_pack.SHRlLm/_new  2014-05-16 18:14:00.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 Requires:   python(abi) = %{py3_ver}
 BuildArch:  noarch
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pep8 for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2013-10-17 14:26:19

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8

Changes:

--- /work/SRC/openSUSE:Factory/python3-pep8/python3-pep8.changes
2013-06-25 13:33:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pep8.new/python3-pep8.changes   
2013-10-17 17:46:47.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct 15 21:23:09 UTC 2013 - toddrme2...@gmail.com
+
+- Upodate to version 1.4.6
+  * Honor ``# noqa`` for errors E711 and E712. (Issue #180)
+  * When both a ``tox.ini`` and a ``setup.cfg`` are present in the project
+directory, merge their contents.  The ``tox.ini`` file takes
+precedence (same as before). (Issue #182)
+  * Give priority to ``--select`` over ``--ignore``. (Issue #188)
+  * Compare full path when excluding a file. (Issue #186)
+  * Correctly report other E12 errors when E123 is ignored. (Issue #103)
+  * New option ``--hang-closing`` to switch to the alternative style of
+closing bracket indentation for hanging indent.  Add error E133 for
+closing bracket which is missing indentation. (Issue #103)
+  * Accept both styles of closing bracket indentation for hanging indent.
+Do not report error E123 in the default configuration. (Issue #103)
+  * Do not crash when running AST checks and the document contains null bytes.
+(Issue #184)
+  * Fix false positive E261/E262 when the file contains a BOM. (Issue #193)
+  * Fix E701, E702 and E703 not detected sometimes. (Issue #196)
+  * Fix E122 not detected in some cases. (Issue #201 and #208)
+  * Fix false positive E121 with multiple brackets. (Issue #203)
+
+---

Old:

  pep8-1.4.5.tar.gz

New:

  pep8-1.4.6.tar.gz



Other differences:
--
++ python3-pep8.spec ++
--- /var/tmp/diff_new_pack.9wCWgj/_old  2013-10-17 17:46:47.0 +0200
+++ /var/tmp/diff_new_pack.9wCWgj/_new  2013-10-17 17:46:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pep8
-Version:1.4.5
+Version:1.4.6
 Release:0
 Url:http://github.com/jcrocholl/pep8
 Summary:Python style guide checker

++ pep8-1.4.5.tar.gz - pep8-1.4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.4.5/CHANGES.txt new/pep8-1.4.6/CHANGES.txt
--- old/pep8-1.4.5/CHANGES.txt  2013-03-06 19:51:09.0 +0100
+++ new/pep8-1.4.6/CHANGES.txt  2013-07-02 16:03:31.0 +0200
@@ -2,6 +2,40 @@
 =
 
 
+1.4.6 (2013-07-02)
+--
+
+* Honor ``# noqa`` for errors E711 and E712. (Issue #180)
+
+* When both a ``tox.ini`` and a ``setup.cfg`` are present in the project
+  directory, merge their contents.  The ``tox.ini`` file takes
+  precedence (same as before). (Issue #182)
+
+* Give priority to ``--select`` over ``--ignore``. (Issue #188)
+
+* Compare full path when excluding a file. (Issue #186)
+
+* Correctly report other E12 errors when E123 is ignored. (Issue #103)
+
+* New option ``--hang-closing`` to switch to the alternative style of
+  closing bracket indentation for hanging indent.  Add error E133 for
+  closing bracket which is missing indentation. (Issue #103)
+
+* Accept both styles of closing bracket indentation for hanging indent.
+  Do not report error E123 in the default configuration. (Issue #103)
+
+* Do not crash when running AST checks and the document contains null bytes.
+  (Issue #184)
+
+* Fix false positive E261/E262 when the file contains a BOM. (Issue #193)
+
+* Fix E701, E702 and E703 not detected sometimes. (Issue #196)
+
+* Fix E122 not detected in some cases. (Issue #201 and #208)
+
+* Fix false positive E121 with multiple brackets. (Issue #203)
+
+
 1.4.5 (2013-03-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pep8-1.4.5/PKG-INFO new/pep8-1.4.6/PKG-INFO
--- old/pep8-1.4.5/PKG-INFO 2013-03-06 19:54:12.0 +0100
+++ new/pep8-1.4.6/PKG-INFO 2013-07-02 16:08:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pep8
-Version: 1.4.5
+Version: 1.4.6
 Summary: Python style guide checker
 Home-page: http://pep8.readthedocs.org/
 Author: Johann C. Rocholl
@@ -99,6 +99,40 @@
 =
 
 
+1.4.6 (2013-07-02)
+--
+
+* Honor ``# noqa`` for errors E711 and E712. (Issue #180)
+
+* When both a ``tox.ini`` and a ``setup.cfg`` are present in the 
project
+  directory, merge their contents.  The 

commit python3-pep8 for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python3-pep8 for openSUSE:Factory 
checked in at 2012-05-29 13:54:28

Comparing /work/SRC/openSUSE:Factory/python3-pep8 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pep8.new (New)


Package is python3-pep8, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-pep8 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org