commit python3-numpydoc for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

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

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
2016-02-16 09:19:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2016-05-25 21:25:01.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:03:32 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-numpydoc.spec ++
--- /var/tmp/diff_new_pack.41cjN8/_old  2016-05-25 21:25:02.0 +0200
+++ /var/tmp/diff_new_pack.41cjN8/_new  2016-05-25 21:25:02.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/numpy/numpydoc
-Source: 
https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 # Test requirements




commit python3-numpydoc for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package python3-numpydoc for 
openSUSE:Factory checked in at 2016-02-16 09:19:11

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
2015-01-14 11:45:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2016-02-16 09:19:12.0 +0100
@@ -1,0 +2,30 @@
+Sun Feb 14 02:13:38 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.6.0:
+  * REL: use the distutils sdist command instead of the setuptools
+one.
+  * numpydoc.docscrape: Restore support for Python 3.4.
+  * CI: run Travis on Sphinx 1.2.x and latest
+  * better error messages from NumpyDocString
+  * MAINT inspect.getfullargspec is deprecated in Py3.5
+  * return extension metadata
+  * CI: fix travis pip install + add caching
+  * BUG: fix spacing in sphinx class doc attribute listing
+  * PEP8 fixes for docscrape_sphinx.py
+  * PEP8 fixes for docscrape.py
+  * PEP8 fixes for numpydoc.py
+  * MAINT: More explicit call while building docstrings.
+  * TST: More unit tests for the Yields section.
+  * ENH: Raise exception if docstring contains Returns and Yields.
+  * TST : removed print statement
+  * ENH : simplify handling of Yield section
+  * Add support for Yields for sphinx strings as well.
+  * Add unit test for Yields section.
+  * ENH : NumpyDocString subclass collections.Mapping
+  * Support Yields section in traitsdoc too.
+  * Support Yields section.
+
+---

Old:

  numpydoc-0.5.tar.gz

New:

  numpydoc-0.6.0.tar.gz



Other differences:
--
++ python3-numpydoc.spec ++
--- /var/tmp/diff_new_pack.cUNZeD/_old  2016-02-16 09:19:12.0 +0100
+++ /var/tmp/diff_new_pack.cUNZeD/_new  2016-02-16 09:19:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpydoc
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   python3-numpydoc
-Version:0.5
+Version:0.6.0
 Release:0
 Summary:Sphinx extension to support docstrings in Numpy format
 License:BSD-3-Clause

++ numpydoc-0.5.tar.gz -> numpydoc-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numpydoc-0.5/MANIFEST.in 
new/numpydoc-0.6.0/MANIFEST.in
--- old/numpydoc-0.5/MANIFEST.in2013-07-24 18:15:41.0 +0200
+++ new/numpydoc-0.6.0/MANIFEST.in  2016-02-02 22:47:07.0 +0100
@@ -1,2 +1,8 @@
+include MANIFEST.in
 recursive-include numpydoc/tests *.py
 include *.txt
+include *.rst
+
+# Exclude what we don't want to include
+prune */__pycache__
+global-exclude *.pyc *~ *.bak *.swp *.pyo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numpydoc-0.5/PKG-INFO new/numpydoc-0.6.0/PKG-INFO
--- old/numpydoc-0.5/PKG-INFO   2014-06-08 22:14:48.0 +0200
+++ new/numpydoc-0.6.0/PKG-INFO 2016-02-02 23:05:40.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: numpydoc
-Version: 0.5
+Version: 0.6.0
 Summary: Sphinx extension to support docstrings in Numpy format
 Home-page: 
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
 Author: Pauli Virtanen and others
@@ -9,8 +9,16 @@
 Description: UNKNOWN
 Keywords: sphinx numpy
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 4 - Beta
 Classifier: Environment :: Plugins
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Topic :: Documentation
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Requires: sphinx (>= 1.0.1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numpydoc-0.5/README.rst new/numpydoc-0.6.0/README.rst
--- old/numpydoc-0.5/README.rst 2014-06-08 22:03:45.0 +0200
+++ new/numpydoc-0.6.0/README.rst   2015-04-07 22:56:26.0 +0200
@@ -45,12 +45,20 @@
 
   

commit python3-numpydoc for openSUSE:Factory

2015-01-14 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2015-01-14 11:45:46.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.exlmf1/_new  2015-01-14 11:45:46.0 +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:

commit python3-numpydoc for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package python3-numpydoc for 
openSUSE:Factory checked in at 2014-11-18 22:45:13

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
2013-11-01 17:43:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2014-11-18 22:45:48.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:34:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python3-numpydoc.spec ++
--- /var/tmp/diff_new_pack.ggbD6A/_old  2014-11-18 22:45:50.0 +0100
+++ /var/tmp/diff_new_pack.ggbD6A/_new  2014-11-18 22:45:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpydoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-numpydoc
 Version:0.4
 Release:0
-License:BSD-3-Clause
 Summary:Sphinx extension to support docstrings in Numpy format
-Url:http://github.com/numpy/numpy/tree/master/doc/sphinxext
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://github.com/numpy/numpy/tree/master/doc/sphinxext
 Source: 
https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
 %if 0%{?suse_version} == 1220
 BuildRequires:  python3-2to3
@@ -60,8 +61,7 @@
 %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:
-[[ ! -L %{_bindir}/autosummary_generate ]]  rm -f 
%{_bindir}/autosummary_generate
-exit 0
+[ -h %{_bindir}/autosummary_generate ] || rm -f %{_bindir}/autosummary_generate
 
 %post
 update-alternatives \
@@ -72,7 +72,6 @@
 update-alternatives --remove autosummary_generate 
%{_bindir}/autosummary_generate-%{py3_ver}
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt

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



commit python3-numpydoc for openSUSE:Factory

2013-11-01 Thread h_root
Hello community,

here is the log from the commit of package python3-numpydoc for 
openSUSE:Factory checked in at 2013-11-01 17:43:55

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
2013-09-03 22:06:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpydoc.new/python3-numpydoc.changes   
2013-11-01 17:43:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 12:25:04 UTC 2013 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---



Other differences:
--
++ python3-numpydoc.spec ++
--- /var/tmp/diff_new_pack.lpAumI/_old  2013-11-01 17:43:57.0 +0100
+++ /var/tmp/diff_new_pack.lpAumI/_new  2013-11-01 17:43:57.0 +0100
@@ -31,6 +31,8 @@
 # Test requirements
 BuildRequires:  python3-Sphinx = 1.0.1
 Requires:   python3-Sphinx = 1.0.1
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -50,14 +52,33 @@
 
 %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:
+[[ ! -L %{_bindir}/autosummary_generate ]]  rm -f 
%{_bindir}/autosummary_generate
+exit 0
+
+%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}
-%{python3_sitelib}/*
+%{python3_sitelib}/numpydoc/
+%{python3_sitelib}/numpydoc-%{version}-py*.egg-info
 
 %changelog

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