Hello community,

here is the log from the commit of package python3-numpydoc for 
openSUSE:Factory checked in at 2015-01-14 11:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-numpydoc (Old)
 and      /work/SRC/openSUSE:Factory/.python3-numpydoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-numpydoc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-numpydoc/python3-numpydoc.changes        
2014-11-18 22:45:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2015-01-14 11:45:46.000000000 +0100
@@ -1,0 +2,76 @@
+Sat Jan 10 19:35:57 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url
+  * remove 1220 ifdef
+  * autosummary_generate doesn't seem to be shipped anymore, removed it.
+  * removed update-alternatives (not needed w/o autosummary_generate)
+  * README.txt -> README.rst
+  * added nose
+
+- update to version 0.5 (taken from git log):
+  * DOC link to NumPy/SciPy documentation guide
+  * BUG: Use getfullargspec() on Python 3
+  * DOC: add travis link to readme
+  * listcomp -> for-loop (listcopms create a new scope in py3), bypass
+    AttributeError on Pandas.str
+  * TST: skip tests on Py3 for modules that have not been ported
+  * MAINT: add Travis CI
+  * BUG: fix config loading in SphinxDoc*
+  * Use .rst extension for README so it gets rendered on Github
+  * Document numpydoc_class_members_toctree option
+  * Add config option for adding :toctree: on autosummary lists.
+  * Point URL to something that actually exists
+  * Bump version since 0.4 has been released
+  * Handle Unicode docstrings on Python 2.x correctly
+  * Add .gitignore
+  * MAINT: Remove outdated version checks.
+  * ENH: Allow unnamed return values in Returns section of doc string
+  * Fix np domain to avoid duplicate module indices in docs
+  * BUG: sphinxext: fix sphinx extensions broken recently
+  * BUG: Fix typo in docscrape_sphinx.py import.
+  * 2to3: Apply unicode fixer.
+  * 2to3: Apply next fixer.
+  * 2to3: Apply zip fixer.
+  * 2to3: Apply `print` fixer.
+  * 2to3: Apply `imports` fixer.
+  * 2to3: Add `from __future__ import ...` to new files.
+  * 2to3: Use absolute imports.
+  * DOC: Used regex to find colons missing spaces which render wrong
+    online, also other spacing or formatting mistakes
+  * 2to3: Put `from __future__ import division in every python file.
+  * 2to3: Apply `funcattrs` fixer. Closes #3058.
+  * 2to3: apply exec fixer results.
+  * 2to3: Fix callable.
+  * 2to3: Remove `has_key` use that was missed.
+  * 2to3: Updata `except Exception, msg:` syntax in files not in
+    numpy/ .
+  * BUG: numpydoc: check that it works with sub-classes
+  * TST: numpydoc: more class tests
+  * BUG: numpydoc: fix bugs in attribute docstring extraction +
+    improve presentation
+  * TST: numpydoc: add stub test files, to check that files at least
+    import
+  * ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a
+    package
+  * ENH: numpydoc: deal with duplicated signatures
+  * DOC: numpydoc/linkcode: mention that the extension will be in
+    Sphinx upstream
+  * BUG: numpydoc/linkcode: do not detect linkcode config changes
+  * DOC: Used regex to find colons missing spaces which render wrong
+    online, also other spacing or formatting mistakes
+  * sphinxext: remove mention of old files in LICENSE.txt
+  * sphinxext: some cleanup in setup.py
+  * DOC: generate links to source code
+  * DOC: numpydoc.py was still using old, scipy trac url in docstring
+  * sphinxext: expose __call__ in the documentation, if it is present
+
+-------------------------------------------------------------------
+Sun Jan 10  00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove ifs for opensuse version <=1220
+
+-------------------------------------------------------------------

Old:
----
  numpydoc-0.4.tar.gz

New:
----
  numpydoc-0.5.tar.gz

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

Other differences:
------------------
++++++ python3-numpydoc.spec ++++++
--- /var/tmp/diff_new_pack.exlmf1/_old  2015-01-14 11:45:46.000000000 +0100
+++ /var/tmp/diff_new_pack.exlmf1/_new  2015-01-14 11:45:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpydoc
 #
-# 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,23 +17,19 @@
 
 
 Name:           python3-numpydoc
-Version:        0.4
+Version:        0.5
 Release:        0
 Summary:        Sphinx extension to support docstrings in Numpy format
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/numpy/numpy/tree/master/doc/sphinxext
+Url:            https://github.com/numpy/numpydoc
 Source:         
https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
-%if 0%{?suse_version} == 1220
-BuildRequires:  python3-2to3
-%endif
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 # Test requirements
 BuildRequires:  python3-Sphinx >= 1.0.1
+BuildRequires:  python3-nose
 Requires:       python3-Sphinx >= 1.0.1
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -45,38 +41,19 @@
 %prep
 %setup -q -n numpydoc-%{version}
 2to3 -wvn .
-# NOTE(saschpe): Suffix entry point with interpreter version to allow for 
update-alternatives later on:
-sed -i "s|autosummary_generate =|autosummary_generate-%{py3_ver} =|" setup.py
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-ln -s %{_bindir}/autosummary_generate-%{py3_ver} 
%{buildroot}%{_bindir}/autosummary_generate
 
 %check
 python3 setup.py test
 
-%pre
-# Since /usr/bin/autosummary_generate became ghosted to be used with 
update-alternatives, we have
-# to get rid of the old binary resulting from the 
non-update-alternativies-ified package:
-[ -h %{_bindir}/autosummary_generate ] || rm -f %{_bindir}/autosummary_generate
-
-%post
-update-alternatives \
-    --install %{_bindir}/autosummary_generate autosummary_generate 
%{_bindir}/autosummary_generate-%{py3_ver} 30
-
-%preun
-if [ $1 -eq 0 ] ; then
-    update-alternatives --remove autosummary_generate 
%{_bindir}/autosummary_generate-%{py3_ver}
-fi
-
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.txt
-%ghost %attr(0755,root,root) %{_bindir}/autosummary_generate
-%{_bindir}/autosummary_generate-%{py3_ver}
+%doc LICENSE.txt README.rst
 %{python3_sitelib}/numpydoc/
 %{python3_sitelib}/numpydoc-%{version}-py*.egg-info
 

++++++ numpydoc-0.4.tar.gz -> numpydoc-0.5.tar.gz ++++++
++++ 7702 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