commit python3-d2to1 for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package python3-d2to1 for openSUSE:Factory 
checked in at 2017-03-02 19:40:24

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


Package is "python3-d2to1"

Thu Mar  2 19:40:24 2017 rev:7 rq:461170 version:0.2.12

Changes:

--- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes  
2016-05-25 21:24:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 
2017-03-02 19:40:25.301433771 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 00:35:59 UTC 2017 - toddrme2...@gmail.com
+
+- Change python3-distribute BuildRequires to python3-setuptools
+
+---



Other differences:
--
++ python3-d2to1.spec ++
--- /var/tmp/diff_new_pack.yOAXo7/_old  2017-03-02 19:40:25.877352277 +0100
+++ /var/tmp/diff_new_pack.yOAXo7/_new  2017-03-02 19:40:25.877352277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-d2to1
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -30,7 +30,7 @@
 BuildRequires:  python3-2to3
 BuildRequires:  python3-base
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildArch:  noarch
 
 %description




commit python3-d2to1 for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

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

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


Package is "python3-d2to1"

Changes:

--- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes  
2015-07-19 11:45:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 
2016-05-25 21:24:01.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 06:59:39 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-d2to1.spec ++
--- /var/tmp/diff_new_pack.mlngbc/_old  2016-05-25 21:24:02.0 +0200
+++ /var/tmp/diff_new_pack.mlngbc/_new  2016-05-25 21:24:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-d2to1
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:Allows using distutils2-like setup.cfg with a 
distribute/setuptools
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/d/d2to1/d2to1-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/d/d2to1/d2to1-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3




commit python3-d2to1 for openSUSE:Factory

2015-07-19 Thread h_root
Hello community,

here is the log from the commit of package python3-d2to1 for openSUSE:Factory 
checked in at 2015-07-19 11:45:52

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


Package is python3-d2to1

Changes:

--- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes  
2015-01-20 12:32:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 
2015-07-19 11:45:53.0 +0200
@@ -0,0 +1,27 @@
+---
+Sun Jul 19 02:02:44 UTC 2015 - a...@gmx.de
+
+- update to version 0.2.12:
+  * Fixed a corner case where depending on the order of events when
+installing multiple packages (i.e. when installing packages with
+dependencies, some of which might also use d2to1) we would end up
+calling the incorrect Distribution class (the patched version from
+setuptools, where d2to1 needs to get to the unpatched version from
+distutils for some cases).
+  * Upgraded bundled copy of the six module to the current version
+(1.9.0).  This fixes incompatibility between d2to1 and other
+packages that import different versions of six during their
+setup (the older version of six had a habit of fighting with
+other six instances over sys.modules, which is fixed in
+newer versions).
+  * Upgraded to latest ez_setup.py so that the most up to date
+version of setuptools will be correctly bootstrapped in the rare
+cases that it is needed.
+  * Included some miscellaneous hacks to keep d2to1 working,
+nominally, with Python 2.5 despite the broad move away from Python
+2.5 support in the Python community.  The d2to1 v0.2.x releases
+will be the last to continue Python 2.5 support, given that
+testing it has become more difficult (and the overhead is probably
+no longer worth it).
+
+---

Old:

  d2to1-0.2.11.tar.gz

New:

  d2to1-0.2.12.tar.gz



Other differences:
--
++ python3-d2to1.spec ++
--- /var/tmp/diff_new_pack.7KUP7H/_old  2015-07-19 11:45:54.0 +0200
+++ /var/tmp/diff_new_pack.7KUP7H/_new  2015-07-19 11:45:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-d2to1
 #
-# 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-d2to1
-Version:0.2.11
+Version:0.2.12
 Release:0
 Url:http://pypi.python.org/pypi/d2to1
 Summary:Allows using distutils2-like setup.cfg with a 
distribute/setuptools

++ d2to1-0.2.11.tar.gz - d2to1-0.2.12.tar.gz ++
 2440 lines of diff (skipped)




commit python3-d2to1 for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package python3-d2to1 for openSUSE:Factory 
checked in at 2015-01-20 12:32:10

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


Package is python3-d2to1

Changes:

--- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes  
2013-06-21 19:01:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 
2015-01-20 12:32:53.0 +0100
@@ -0,0 +1,22 @@
+Fri Jan 16 02:51:16 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove modname variable
+  * update source url to pypi
+  * removed ifdefs for outdated opensuse versions
+
+- update to version 0.2.11:
+  * Replaced distribute_setup.py with ez_setup.py in order to
+bootstrap with modern setuptools when necessary.
+  * Fixed a couple minor Python 3-specific issues. In particular the
+data_files option could be passed to setup() as a dict_items
+object instead of a list which is what would normally be expected.
+  * Added a tox.ini (frankly I thought there already was one).
+
+---
+Sun Jan 10 00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove python(abi) requirement
+

Old:

  d2to1-0.2.10.tar.gz

New:

  d2to1-0.2.11.tar.gz



Other differences:
--
++ python3-d2to1.spec ++
--- /var/tmp/diff_new_pack.1xbCJp/_old  2015-01-20 12:32:55.0 +0100
+++ /var/tmp/diff_new_pack.1xbCJp/_new  2015-01-20 12:32:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-d2to1
 #
-# Copyright (c) 2013 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
@@ -16,41 +16,28 @@
 #
 
 
-%define mod_name d2to1
-
-Name:   python3-%{mod_name}
-Version:0.2.10
+Name:   python3-d2to1
+Version:0.2.11
 Release:0
 Url:http://pypi.python.org/pypi/d2to1
 Summary:Allows using distutils2-like setup.cfg with a 
distribute/setuptools
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/d/d2to1/d2to1-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-2to3
+BuildRequires:  python3-base
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-
-%if 0%{?suse_version}  0%{?suse_version} = 1140
-%{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%endif
-Requires:   python(abi) = %{py3_ver}
-%if 0%{?suse_version}  0%{?suse_version}  1140
-BuildRequires:  python3-base
-%endif
-
-%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
 BuildArch:  noarch
-%endif
 
 %description
 d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg 
files for a package's metadata with a distribute/setuptools setup.py script.  
It works by providing a distutils2-formatted setup.cfg file containing all of a 
package's metadata, and a very minimal setup.py which will slurp its arguments 
from the setup.cfg.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n d2to1-%{version}
 
 %build
 export CFLAGS=%{optflags}
@@ -66,8 +53,8 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES.rst LICENSE README.rst
-%{python3_sitelib}/%{mod_name}/
-%{python3_sitelib}/%{mod_name}-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/d2to1/
+%{python3_sitelib}/d2to1-%{version}-py%{py3_ver}.egg-info
 %if 0%{?suse_version} = 1140
 %dir %{_prefix}/lib/python%{py3_ver}
 %dir %{python3_sitelib}

++ d2to1-0.2.10.tar.gz - d2to1-0.2.11.tar.gz ++
 2323 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-d2to1 for openSUSE:Factory

2013-01-18 Thread h_root
Hello community,

here is the log from the commit of package python3-d2to1 for openSUSE:Factory 
checked in at 2013-01-18 10:46:01

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


Package is python3-d2to1, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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