Hello community,
here is the log from the commit of package python3-setuptools for
openSUSE:Factory checked in at 2015-01-06 09:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-setuptools (Old)
and /work/SRC/openSUSE:Factory/.python3-setuptools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-setuptools"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2014-11-06 16:50:33.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes
2015-01-06 09:06:35.000000000 +0100
@@ -1,0 +2,103 @@
+Sun Jan 4 19:23:08 UTC 2015 - [email protected]
+
+- specfile:
+ * updated copyright year
+ * use pkg_resources instead of pkg_resources.py*
+
+- patch: updated linenumber
+
+- updated to version 11.0:
+ * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that
+ >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and
+ 1.7.0.post1.
+
+- changes from version 10.2.1:
+ * Issue #323: Fix regression in entry point name parsing.
+
+- changes from version 10.2:
+ * Deprecated use of EntryPoint.load(require=False).
+ * Substantial refactoring of all unit tests. Tests are now much
+ leaner and re-use a lot of fixtures and contexts for better
+ clarity of purpose.
+
+- changes from version 10.1:
+ * Issue #320: Added a compatibility implementation of
+ "sdist._default_revctrl" so that systems relying on that
+ interface do not fail (namely, Ubuntu 12.04 and similar Debian
+ releases).
+
+- changes from version 10.0.1:
+ * Issue #319: Fixed issue installing pure distutils packages.
+
+- changes from version 10.0:
+ * Issue #313: Removed built-in support for subversion. Projects wishing to
+ retain support for subversion will need to use a third party library. The
+ extant implementation is being ported to setuptools_svn
+ <https://pypi.python.org/pypi/setuptools_svn>.
+ * Issue #315: Updated setuptools to hide its own loaded modules
+ during installation of another package. This change will enable
+ setuptools to upgrade (or downgrade) itself even when its own
+ metadata and implementation change.
+
+- changes from version 9.1:
+ * Prefer vendored packaging library as recommended
+
<https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>.
+
+- changes from version 9.0.1:
+ * Issue #312: Restored presence of pkg_resources API tests (doctest) to
sdist.
+
+- changes from version 9.0:
+ * Issue #314: Disabled support for "setup_requires" metadata to avoid issue
+ where Setuptools was unable to upgrade over earlier versions.
+
+- changes from version 8.4:
+ * Pull Request #106: Now write "setup_requires" metadata.
+
+- changes from version 8.3:
+ * Issue #311: Decoupled pkg_resources from setuptools once again.
+ "pkg_resources" is now a package instead of a module.
+
+- changes from version 8.2.1:
+ * Issue #306: Suppress warnings about Version format except in select
scenarios
+ (such as installation).
+
+- changes from version 8.2:
+ * Pull Request #85: Search egg-base when adding egg-info to manifest.
+
+- changes from version 8.1:
+ * Upgrade "packaging" to 14.5, giving preference to "rc" as designator for
+ release candidates over "c".
+ * PEP-440 warnings are now raised as their own class,
+ "pkg_resources.PEP440Warning", instead of RuntimeWarning.
+ * Disabled warnings on empty versions.
+
+- changes from version 8.0.4:
+ * Upgrade "packaging" to 14.4, fixing an error where there is a
+ different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even
+ though normalization rules should have made them equal.
+ * Issue #296: Add warning when a version is parsed as legacy. This warning
will
+ make it easier for developers to recognize deprecated version numbers.
+
+- changes from version 8.0.3:
+ * Issue #296: Restored support for "__hash__" on parse_version results.
+
+- changes from version 8.0.2:
+ * Issue #296: Restored support for "__getitem__" and sort operations on
+ parse_version result.
+
+- changes from version 8.0.1:
+ * Issue #296: Restore support for iteration over parse_version result, but
+ deprecated that usage with a warning. Fixes failure with buildout.
+
+- changes from version 8.0:
+ * Implement PEP 440 <http://legacy.python.org/dev/peps/pep-0440/> within
+ pkg_resources and setuptools. This change
+ deprecates some version numbers such that they will no longer be
installable
+ without using the "===" escape hatch. See the changes to test_resources
+
<https://bitbucket.org/pypa/setuptools/commits/dcd552da643c4448056de84c73d56da6d70769d5#chg-setuptools/tests/test_resources.py>
+ for specific examples of version numbers and specifiers that are no longer
+ upported. Setuptools now "vendors" the packaging
+ <https://github.com/pypa/packaging> library.
+
+
+-------------------------------------------------------------------
Old:
----
setuptools-7.0.tar.gz
New:
----
setuptools-11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.vHSRB3/_old 2015-01-06 09:06:37.000000000 +0100
+++ /var/tmp/diff_new_pack.vHSRB3/_new 2015-01-06 09:06:37.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-setuptools
#
-# 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
@@ -17,7 +17,7 @@
Name: python3-setuptools
-Version: 7.0
+Version: 11.0
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
@@ -86,7 +86,8 @@
%{python3_sitelib}/setuptools
%{python3_sitelib}/setuptools-%{version}-py%{py3_ver}.egg-info
%{python3_sitelib}/easy_install.py*
-%{python3_sitelib}/pkg_resources.py*
+%dir %{python3_sitelib}/pkg_resources
+%{python3_sitelib}/pkg_resources/*
%{python3_sitelib}/__pycache__
%changelog
++++++ setuptools-0.6c9-create-sitedir.patch ++++++
--- /var/tmp/diff_new_pack.vHSRB3/_old 2015-01-06 09:06:37.000000000 +0100
+++ /var/tmp/diff_new_pack.vHSRB3/_new 2015-01-06 09:06:37.000000000 +0100
@@ -1,6 +1,6 @@
--- setuptools/command/easy_install.py 2014-10-19 03:58:49.000000000 -0700
+++ setuptools/command/easy_install.py.new 2014-11-04 12:05:16.300939810
-0800
-@@ -405,6 +405,13 @@
+@@ -411,6 +411,13 @@
instdir = normalize_path(self.install_dir)
pth_file = os.path.join(instdir, 'easy-install.pth')
++++++ setuptools-7.0.tar.gz -> setuptools-11.0.tar.gz ++++++
++++ 23023 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]