Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory checked in at 2012-11-02 07:31:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distribute (Old)
 and      /work/SRC/openSUSE:Factory/.python-distribute.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distribute", Maintainer is "cth...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distribute/python-distribute.changes      
2012-09-17 14:06:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-distribute.new/python-distribute.changes 
2012-11-02 07:31:04.000000000 +0100
@@ -1,0 +2,39 @@
+Mon Oct 22 10:19:56 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.6.30:
+  * Issue #328: Clean up temporary directories in distribute_setup.py.
+  * Fix fatal bug in distribute_setup.py.
+
+-------------------------------------------------------------------
+Mon Oct 22 10:01:28 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.6.29:
+  * Pull Request #14: Honor file permissions in zip files.
+  * Issue #327: Merged pull request #24 to fix a dependency problem with pip.
+  * Merged pull request #23 to fix 
https://github.com/pypa/virtualenv/issues/301.
+  * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
+    to produce uploadable documentation.
+  * Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
+  * Issue #320: Fix check for "createable" in distribute_setup.py.
+  * Issue #305: Remove a warning that was triggered during normal operations.
+  * Issue #311: Print metadata in UTF-8 independent of platform.
+  * Issue #303: Read manifest file with UTF-8 encoding under Python 3.
+  * Issue #301: Allow to run tests of namespace packages when using 2to3.
+  * Issue #304: Prevent import loop in site.py under Python 3.3.
+  * Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.
+  * Issue #299: The develop command didn't work on Python 3, when using 2to3,
+    as the egg link would go to the Python 2 source. Linking to the 2to3'd code
+    in build/lib makes it work, although you will have to rebuild the module
+    before testing it.
+  * Issue #306: Even if 2to3 is used, we build in-place under Python 2.
+  * Issue #307: Prints the full path when .svn/entries is broken.
+  * Issue #313: Support for sdist subcommands (Python 2.7)
+  * Issue #314: test_local_index() would fail an OS X.
+  * Issue #310: Non-ascii characters in a namespace __init__.py causes errors.
+  * Issue #218: Improved documentation on behavior of `package_data` and
+    `include_package_data`. Files indicated by `package_data` are now included
+    in the manifest.
+  * `distribute_setup.py` now allows a `--download-base` argument for 
retrieving
+    distribute from a specified location.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-distribute/python3-distribute.changes     
2012-09-17 14:06:53.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-distribute.new/python3-distribute.changes    
    2012-11-02 07:31:04.000000000 +0100
@@ -1,0 +2,39 @@
+Mon Oct 22 10:20:08 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.6.30:
+  * Issue #328: Clean up temporary directories in distribute_setup.py.
+  * Fix fatal bug in distribute_setup.py.
+
+-------------------------------------------------------------------
+Mon Oct 22 10:03:35 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.6.29:
+  * Pull Request #14: Honor file permissions in zip files.
+  * Issue #327: Merged pull request #24 to fix a dependency problem with pip.
+  * Merged pull request #23 to fix 
https://github.com/pypa/virtualenv/issues/301.
+  * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
+    to produce uploadable documentation.
+  * Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
+  * Issue #320: Fix check for "createable" in distribute_setup.py.
+  * Issue #305: Remove a warning that was triggered during normal operations.
+  * Issue #311: Print metadata in UTF-8 independent of platform.
+  * Issue #303: Read manifest file with UTF-8 encoding under Python 3.
+  * Issue #301: Allow to run tests of namespace packages when using 2to3.
+  * Issue #304: Prevent import loop in site.py under Python 3.3.
+  * Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.
+  * Issue #299: The develop command didn't work on Python 3, when using 2to3,
+    as the egg link would go to the Python 2 source. Linking to the 2to3'd code
+    in build/lib makes it work, although you will have to rebuild the module
+    before testing it.
+  * Issue #306: Even if 2to3 is used, we build in-place under Python 2.
+  * Issue #307: Prints the full path when .svn/entries is broken.
+  * Issue #313: Support for sdist subcommands (Python 2.7)
+  * Issue #314: test_local_index() would fail an OS X.
+  * Issue #310: Non-ascii characters in a namespace __init__.py causes errors.
+  * Issue #218: Improved documentation on behavior of `package_data` and
+    `include_package_data`. Files indicated by `package_data` are now included
+    in the manifest.
+  * `distribute_setup.py` now allows a `--download-base` argument for 
retrieving
+    distribute from a specified location.
+
+-------------------------------------------------------------------

Old:
----
  distribute-0.6.28.tar.gz

New:
----
  distribute-0.6.30.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-distribute.spec ++++++
--- /var/tmp/diff_new_pack.3DLbZI/_old  2012-11-02 07:31:05.000000000 +0100
+++ /var/tmp/diff_new_pack.3DLbZI/_new  2012-11-02 07:31:05.000000000 +0100
@@ -19,7 +19,7 @@
 %define modname distribute
 %define mod2nam setuptools
 Name:           python-%{modname}
-Version:        0.6.28
+Version:        0.6.30
 Release:        0
 Url:            http://packages.python.org/distribute
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -69,6 +69,7 @@
 %{_bindir}/easy_install-%{py_ver}
 %{python_sitelib}/easy_install.py*
 %{python_sitelib}/pkg_resources.py*
+%{python_sitelib}/_markerlib/
 %{python_sitelib}/%{mod2nam}.pth
 %{python_sitelib}/%{mod2nam}/
 %{python_sitelib}/site.py*

++++++ python3-distribute.spec ++++++
--- /var/tmp/diff_new_pack.3DLbZI/_old  2012-11-02 07:31:05.000000000 +0100
+++ /var/tmp/diff_new_pack.3DLbZI/_new  2012-11-02 07:31:05.000000000 +0100
@@ -19,7 +19,7 @@
 %define modname distribute
 %define mod2nam setuptools
 Name:           python3-%{modname}
-Version:        0.6.28
+Version:        0.6.30
 Release:        0
 Url:            http://packages.python.org/distribute
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages

++++++ distribute-0.6.28.tar.gz -> distribute-0.6.30.tar.gz ++++++
++++ 2844 lines of diff (skipped)

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

Reply via email to