Hello community,
here is the log from the commit of package python-metaextract for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:08:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-metaextract (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-metaextract.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metaextract"
Mon Mar 9 18:08:48 2020 rev:11 rq:776795 version:1.0.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-metaextract/python-metaextract.changes
2020-01-15 15:50:34.959499522 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-metaextract.new.26092/python-metaextract.changes
2020-03-09 18:08:49.176977626 +0100
@@ -1,0 +2,51 @@
+Tue Aug 27 07:31:50 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Trim history from description.
+ Fix wrong "it's".
+
+-------------------------------------------------------------------
+Thu Aug 8 08:37:50 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- Capitalize summary to make rpmlint happy
+
+-------------------------------------------------------------------
+Thu Aug 8 08:35:17 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- update to 1.0.6:
+ * Switch to python 3.7
+ * travis: Use py36 for pep8 tox env
+ * Fix tests when using pytest >= 5
+
+-------------------------------------------------------------------
+Fri Jun 21 12:54:53 UTC 2019 - [email protected]
+
+- run the testsuite in %check
+
+-------------------------------------------------------------------
+Thu Mar 7 11:11:14 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
+Tue Dec 4 12:50:22 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Fri Nov 9 16:51:37 UTC 2018 - Thomas Bechtold <[email protected]>
+
+- update to 1.0.5:
+ * Add more key from setup.py to output
+ * tests: Only check expected key/value pairs
+ * Post release version bump to 1.0.5
+
+-------------------------------------------------------------------
+Sat Jun 9 13:31:52 UTC 2018 - [email protected]
+
+- update to 1.0.4:
+ * Convert sets used in entry_points to lists
+ * Fix unittests
+ * Post release version bump to 1.0.4
+- use %license macro
+
+-------------------------------------------------------------------
@@ -54 +104,0 @@
-
Old:
----
metaextract-1.0.3.tar.gz
New:
----
1.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-metaextract.spec ++++++
--- /var/tmp/diff_new_pack.6V84fA/_old 2020-03-09 18:08:49.496978084 +0100
+++ /var/tmp/diff_new_pack.6V84fA/_new 2020-03-09 18:08:49.496978084 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-metaextract
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,25 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-metaextract
-Version: 1.0.3
+Version: 1.0.6
Release: 0
-Summary: get metadata for python modules
+Summary: Module to collect metadata for Python modules
License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/toabctl/metaextract
-Source:
https://files.pythonhosted.org/packages/source/m/metaextract/metaextract-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+Source:
https://github.com/toabctl/metaextract/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Needed even though no tests are present
+BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
Requires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -39,11 +40,11 @@
%python_subpackages
%description
-metaextract is a tool to collect metadata about a python module. For example
-you may have a sdist tarball from the `Python Package Index`_ and you want to
-know it's dependencies. metaextract can collect theses dependencies.
-The tool was first developed in `py2pack`_ but is now it's own module to be
-useful for others, too.
+metaextract is a tool to collect metadata about a python module. For
+example, it can determine and collect the dependencies of a sdist
+tarball that was retrieved from the Python Package Index.
+
+The tool was first developed in py2pack but is now its own module.
%prep
%setup -q -n metaextract-%{version}
@@ -53,7 +54,7 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/metaextract
@@ -63,9 +64,13 @@
%preun
%python_uninstall_alternative metaextract
+%check
+%pytest
+
%files %{python_files}
%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%doc README.rst
+%license LICENSE
%python_alternative %{_bindir}/metaextract
%{python_sitelib}/*
++++++ metaextract-1.0.3.tar.gz -> 1.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/.gitignore
new/metaextract-1.0.6/.gitignore
--- old/metaextract-1.0.3/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/.gitignore 2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,65 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+# Usually these files are written by a python script from a template
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*,cover
+.hypothesis/
+
+# Translations
+*.mo
+*.pot
+
+# Sphinx documentation
+docs/build/
+
+# PyBuilder
+target/
+
+# IPython Notebook
+.ipynb_checkpoints
+
+# virtualenv
+venv/
+ENV/
+
+*~
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/.travis.yml
new/metaextract-1.0.6/.travis.yml
--- old/metaextract-1.0.3/.travis.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/.travis.yml 2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,23 @@
+sudo: false
+language: python
+matrix:
+ include:
+ - python: 3.7
+ env: TOX_ENV=pep8
+ - python: 2.7
+ env: TOX_ENV=py27
+ - python: 3.7
+ env: TOX_ENV=py37
+install:
+- pip install tox
+script:
+- tox -e $TOX_ENV
+deploy:
+ provider: pypi
+ user: toabctl
+ password:
+ secure:
XU/FV623lG48aBV/CuCgOK2idAcfIjkEJbHGXp76Z2XK1+IdbBuIQZF9Lq0OnGINjYpJ/QvgeycciXW1q3WYniZcMaxOYwfQvuqkfZzehwkQWma0HaCadMkSMaKrHR0TvLNb/nNvYC6jf4A9AHcRDdHW7LOngSSls/WpsFPKTeO5gvwxmwjzotdo14NlJtFxcEdwZtRIhVH2FsvUOWsK0K5X9/137mLA/GQ3rDvkQQ/9d1lLUiGWcsEDeeY1FjsG0Wp2b4b6JpTkqMBe2WTzmnDL1JJ8Q8XyTOpCxoXujvMJQD0NxUyrc3iWzAuiyJ4JIgqqw1w4DtQKrUScwVE+NZaItnE3bAox/QbKU/xjE1WMQ4PBsGMW6ljhDZbNIMWlKuEDGRxKhWOO2kDUfdQhmCzxUfb3FcEf87OLQ8Va5Bv2NUbSBiS6MScTFFeR7wA5ikT63yWE9uEnotlm0kYI33G/PC1TEYhWHFoV/KPdhmTRF0hNiMrYB6Q3pbPa0fqPHlfVKw4W3M+tCyqCCHgyO9mhLou2cnenkaVuqPIH2V/fAhFFkagFndvAe1m4iY1QI3Ir4RtDrZzk+yEZHVCBup47uFh11JA0Li/DK4EfWt+vXqYO4cNRSpBhXG2r+FnF4vly4MIGJ/hjJDY25S3AZ7co/RNn2m5FwH8klGnVfHU=
+ on:
+ tags: true
+ distributions: sdist bdist_wheel
+ repo: toabctl/metaextract
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/PKG-INFO
new/metaextract-1.0.6/PKG-INFO
--- old/metaextract-1.0.3/PKG-INFO 2017-09-18 14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-Metadata-Version: 1.1
-Name: metaextract
-Version: 1.0.3
-Summary: get metadata for python modules
-Home-page: http://github.com/toabctl/metaextract
-Author: Thomas Bechtold
-Author-email: [email protected]
-License: Apache-2.0
-Description: metaextract - get metadata for python modules
- =============================================
-
- .. image:: https://travis-ci.org/toabctl/metaextract.png?branch=master
- :target: https://travis-ci.org/toabctl/metaextract
- .. image:: https://readthedocs.org/projects/metaextract/badge/
- :target: http://metaextract.readthedocs.io/en/latest/
- :alt: Documentation Status
-
- metaextract is a tool to collect metadata about a python module. For
example
- you may have a sdist tarball from the `Python Package Index`_ and you
want to
- know it's dependencies. metaextract can collect theses dependencies.
- The tool was first developed in `py2pack`_ but is now it's own module
to be
- useful for others, too.
-
- Documentation
- -------------
- You can find the documentation on `readthedocs`_.
-
- Hacking and contributing
- ------------------------
- Fork `the repository`_ on Github to start making your changes to the
**master**
- branch (or branch off of it). Don't forget to write a test for fixed
issues or
- implemented features whenever appropriate. You can invoke the
testsuite from
- the repository root directory via `tox`_:
-
- .. code-block:: bash
-
- $ tox
-
- Bugs
- ----
- If you run into bugs, you can file them in the `issue tracker`_.
-
- .. _`readthedocs`: http://metaextract.readthedocs.io/
- .. _`py2pack`: https://pypi.python.org/pypi/py2pack
- .. _`issue tracker`: https://github.com/toabctl/metaextract/issues
- .. _`Python Package Index`: https://pypi.python.org/
- .. _`the repository`: https://github.com/toabctl/metaextract
- .. _`tox`: http://testrun.org/tox
-
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: License :: OSI Approved :: Apache Software License
-Classifier: Programming Language :: Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/doc/Makefile
new/metaextract-1.0.6/doc/Makefile
--- old/metaextract-1.0.3/doc/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/doc/Makefile 2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,216 @@
+# Makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+PAPER =
+BUILDDIR = build
+
+# User-friendly check for sphinx-build
+ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
+$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx
installed, then set the SPHINXBUILD environment variable to point to the full
path of the '$(SPHINXBUILD)' executable. Alternatively you can add the
directory with the executable to your PATH. If you don't have Sphinx installed,
grab it from http://sphinx-doc.org/)
+endif
+
+# Internal variables.
+PAPEROPT_a4 = -D latex_paper_size=a4
+PAPEROPT_letter = -D latex_paper_size=letter
+ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS)
source
+# the i18n builder cannot share the environment and doctrees with the others
+I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+
+.PHONY: help
+help:
+ @echo "Please use \`make <target>' where <target> is one of"
+ @echo " html to make standalone HTML files"
+ @echo " dirhtml to make HTML files named index.html in directories"
+ @echo " singlehtml to make a single large HTML file"
+ @echo " pickle to make pickle files"
+ @echo " json to make JSON files"
+ @echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " qthelp to make HTML files and a qthelp project"
+ @echo " applehelp to make an Apple Help Book"
+ @echo " devhelp to make HTML files and a Devhelp project"
+ @echo " epub to make an epub"
+ @echo " latex to make LaTeX files, you can set PAPER=a4 or
PAPER=letter"
+ @echo " latexpdf to make LaTeX files and run them through pdflatex"
+ @echo " latexpdfja to make LaTeX files and run them through
platex/dvipdfmx"
+ @echo " text to make text files"
+ @echo " man to make manual pages"
+ @echo " texinfo to make Texinfo files"
+ @echo " info to make Texinfo files and run them through makeinfo"
+ @echo " gettext to make PO message catalogs"
+ @echo " changes to make an overview of all changed/added/deprecated
items"
+ @echo " xml to make Docutils-native XML files"
+ @echo " pseudoxml to make pseudoxml-XML files for display purposes"
+ @echo " linkcheck to check all external links for integrity"
+ @echo " doctest to run all doctests embedded in the documentation
(if enabled)"
+ @echo " coverage to run coverage check of the documentation (if
enabled)"
+
+.PHONY: clean
+clean:
+ rm -rf $(BUILDDIR)/*
+
+.PHONY: html
+html:
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ @echo
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+
+.PHONY: dirhtml
+dirhtml:
+ $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+ @echo
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
+
+.PHONY: singlehtml
+singlehtml:
+ $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
+ @echo
+ @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
+
+.PHONY: pickle
+pickle:
+ $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
+ @echo
+ @echo "Build finished; now you can process the pickle files."
+
+.PHONY: json
+json:
+ $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
+ @echo
+ @echo "Build finished; now you can process the JSON files."
+
+.PHONY: htmlhelp
+htmlhelp:
+ $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
+ @echo
+ @echo "Build finished; now you can run HTML Help Workshop with the" \
+ ".hhp project file in $(BUILDDIR)/htmlhelp."
+
+.PHONY: qthelp
+qthelp:
+ $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
+ @echo
+ @echo "Build finished; now you can run "qcollectiongenerator" with the"
\
+ ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/metaextract.qhcp"
+ @echo "To view the help file:"
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/metaextract.qhc"
+
+.PHONY: applehelp
+applehelp:
+ $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
+ @echo
+ @echo "Build finished. The help book is in $(BUILDDIR)/applehelp."
+ @echo "N.B. You won't be able to view it unless you put it in" \
+ "~/Library/Documentation/Help or install it in your application" \
+ "bundle."
+
+.PHONY: devhelp
+devhelp:
+ $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
+ @echo
+ @echo "Build finished."
+ @echo "To view the help file:"
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/metaextract"
+ @echo "# ln -s $(BUILDDIR)/devhelp
$$HOME/.local/share/devhelp/metaextract"
+ @echo "# devhelp"
+
+.PHONY: epub
+epub:
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
+ @echo
+ @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
+
+.PHONY: latex
+latex:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ @echo
+ @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
+ @echo "Run \`make' in that directory to run these through (pdf)latex" \
+ "(use \`make latexpdf' here to do that automatically)."
+
+.PHONY: latexpdf
+latexpdf:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ @echo "Running LaTeX files through pdflatex..."
+ $(MAKE) -C $(BUILDDIR)/latex all-pdf
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+
+.PHONY: latexpdfja
+latexpdfja:
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ @echo "Running LaTeX files through platex and dvipdfmx..."
+ $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+
+.PHONY: text
+text:
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
+ @echo
+ @echo "Build finished. The text files are in $(BUILDDIR)/text."
+
+.PHONY: man
+man:
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
+ @echo
+ @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
+
+.PHONY: texinfo
+texinfo:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo
+ @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
+ @echo "Run \`make' in that directory to run these through makeinfo" \
+ "(use \`make info' here to do that automatically)."
+
+.PHONY: info
+info:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo "Running Texinfo files through makeinfo..."
+ make -C $(BUILDDIR)/texinfo info
+ @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
+
+.PHONY: gettext
+gettext:
+ $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
+ @echo
+ @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
+
+.PHONY: changes
+changes:
+ $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
+ @echo
+ @echo "The overview file is in $(BUILDDIR)/changes."
+
+.PHONY: linkcheck
+linkcheck:
+ $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+ @echo
+ @echo "Link check complete; look for any errors in the above output " \
+ "or in $(BUILDDIR)/linkcheck/output.txt."
+
+.PHONY: doctest
+doctest:
+ $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
+ @echo "Testing of doctests in the sources finished, look at the " \
+ "results in $(BUILDDIR)/doctest/output.txt."
+
+.PHONY: coverage
+coverage:
+ $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
+ @echo "Testing of coverage in the sources finished, look at the " \
+ "results in $(BUILDDIR)/coverage/python.txt."
+
+.PHONY: xml
+xml:
+ $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
+ @echo
+ @echo "Build finished. The XML files are in $(BUILDDIR)/xml."
+
+.PHONY: pseudoxml
+pseudoxml:
+ $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
+ @echo
+ @echo "Build finished. The pseudo-XML files are in
$(BUILDDIR)/pseudoxml."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/doc/make.bat
new/metaextract-1.0.6/doc/make.bat
--- old/metaextract-1.0.3/doc/make.bat 1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/doc/make.bat 2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,263 @@
+@ECHO OFF
+
+REM Command file for Sphinx documentation
+
+if "%SPHINXBUILD%" == "" (
+ set SPHINXBUILD=sphinx-build
+)
+set BUILDDIR=build
+set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
+set I18NSPHINXOPTS=%SPHINXOPTS% source
+if NOT "%PAPER%" == "" (
+ set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
+ set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
+)
+
+if "%1" == "" goto help
+
+if "%1" == "help" (
+ :help
+ echo.Please use `make ^<target^>` where ^<target^> is one of
+ echo. html to make standalone HTML files
+ echo. dirhtml to make HTML files named index.html in directories
+ echo. singlehtml to make a single large HTML file
+ echo. pickle to make pickle files
+ echo. json to make JSON files
+ echo. htmlhelp to make HTML files and a HTML help project
+ echo. qthelp to make HTML files and a qthelp project
+ echo. devhelp to make HTML files and a Devhelp project
+ echo. epub to make an epub
+ echo. latex to make LaTeX files, you can set PAPER=a4 or
PAPER=letter
+ echo. text to make text files
+ echo. man to make manual pages
+ echo. texinfo to make Texinfo files
+ echo. gettext to make PO message catalogs
+ echo. changes to make an overview over all changed/added/deprecated
items
+ echo. xml to make Docutils-native XML files
+ echo. pseudoxml to make pseudoxml-XML files for display purposes
+ echo. linkcheck to check all external links for integrity
+ echo. doctest to run all doctests embedded in the documentation if
enabled
+ echo. coverage to run coverage check of the documentation if enabled
+ goto end
+)
+
+if "%1" == "clean" (
+ for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
+ del /q /s %BUILDDIR%\*
+ goto end
+)
+
+
+REM Check if sphinx-build is available and fallback to Python version if any
+%SPHINXBUILD% 1>NUL 2>NUL
+if errorlevel 9009 goto sphinx_python
+goto sphinx_ok
+
+:sphinx_python
+
+set SPHINXBUILD=python -m sphinx.__init__
+%SPHINXBUILD% 2> nul
+if errorlevel 9009 (
+ echo.
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
+ echo.installed, then set the SPHINXBUILD environment variable to point
+ echo.to the full path of the 'sphinx-build' executable. Alternatively
you
+ echo.may add the Sphinx directory to PATH.
+ echo.
+ echo.If you don't have Sphinx installed, grab it from
+ echo.http://sphinx-doc.org/
+ exit /b 1
+)
+
+:sphinx_ok
+
+
+if "%1" == "html" (
+ %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The HTML pages are in %BUILDDIR%/html.
+ goto end
+)
+
+if "%1" == "dirhtml" (
+ %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
+ goto end
+)
+
+if "%1" == "singlehtml" (
+ %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
+ goto end
+)
+
+if "%1" == "pickle" (
+ %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished; now you can process the pickle files.
+ goto end
+)
+
+if "%1" == "json" (
+ %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished; now you can process the JSON files.
+ goto end
+)
+
+if "%1" == "htmlhelp" (
+ %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished; now you can run HTML Help Workshop with the ^
+.hhp project file in %BUILDDIR%/htmlhelp.
+ goto end
+)
+
+if "%1" == "qthelp" (
+ %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished; now you can run "qcollectiongenerator" with the ^
+.qhcp project file in %BUILDDIR%/qthelp, like this:
+ echo.^> qcollectiongenerator %BUILDDIR%\qthelp\metaextract.qhcp
+ echo.To view the help file:
+ echo.^> assistant -collectionFile %BUILDDIR%\qthelp\metaextract.ghc
+ goto end
+)
+
+if "%1" == "devhelp" (
+ %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished.
+ goto end
+)
+
+if "%1" == "epub" (
+ %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The epub file is in %BUILDDIR%/epub.
+ goto end
+)
+
+if "%1" == "latex" (
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
+ goto end
+)
+
+if "%1" == "latexpdf" (
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
+ cd %BUILDDIR%/latex
+ make all-pdf
+ cd %~dp0
+ echo.
+ echo.Build finished; the PDF files are in %BUILDDIR%/latex.
+ goto end
+)
+
+if "%1" == "latexpdfja" (
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
+ cd %BUILDDIR%/latex
+ make all-pdf-ja
+ cd %~dp0
+ echo.
+ echo.Build finished; the PDF files are in %BUILDDIR%/latex.
+ goto end
+)
+
+if "%1" == "text" (
+ %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The text files are in %BUILDDIR%/text.
+ goto end
+)
+
+if "%1" == "man" (
+ %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The manual pages are in %BUILDDIR%/man.
+ goto end
+)
+
+if "%1" == "texinfo" (
+ %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
+ goto end
+)
+
+if "%1" == "gettext" (
+ %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
+ goto end
+)
+
+if "%1" == "changes" (
+ %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.The overview file is in %BUILDDIR%/changes.
+ goto end
+)
+
+if "%1" == "linkcheck" (
+ %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Link check complete; look for any errors in the above output ^
+or in %BUILDDIR%/linkcheck/output.txt.
+ goto end
+)
+
+if "%1" == "doctest" (
+ %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Testing of doctests in the sources finished, look at the ^
+results in %BUILDDIR%/doctest/output.txt.
+ goto end
+)
+
+if "%1" == "coverage" (
+ %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Testing of coverage in the sources finished, look at the ^
+results in %BUILDDIR%/coverage/python.txt.
+ goto end
+)
+
+if "%1" == "xml" (
+ %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The XML files are in %BUILDDIR%/xml.
+ goto end
+)
+
+if "%1" == "pseudoxml" (
+ %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
+ if errorlevel 1 exit /b 1
+ echo.
+ echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
+ goto end
+)
+
+:end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/doc/source/conf.py
new/metaextract-1.0.6/doc/source/conf.py
--- old/metaextract-1.0.3/doc/source/conf.py 1970-01-01 01:00:00.000000000
+0100
+++ new/metaextract-1.0.6/doc/source/conf.py 2019-08-08 10:30:46.000000000
+0200
@@ -0,0 +1,287 @@
+# -*- coding: utf-8 -*-
+#
+# metaextract documentation build configuration file, created by
+# sphinx-quickstart on Sat Oct 8 22:35:02 2016.
+#
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+import sys
+import os
+
+from metaextract import __version__
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration ------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+ 'sphinx.ext.autodoc',
+]
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix(es) of source filenames.
+# You can specify multiple suffix as a list of string:
+# source_suffix = ['.rst', '.md']
+source_suffix = '.rst'
+
+# The encoding of source files.
+#source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'metaextract'
+copyright = u'2016, Thomas Bechtold'
+author = u'Thomas Bechtold'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = __version__
+# The full version, including alpha/beta/rc tags.
+release = __version__
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#
+# This is also used if you do content translation via gettext catalogs.
+# Usually you set "language" from the command line for these cases.
+language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+#today = ''
+# Else, today_fmt is used as the format for a strftime call.
+#today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = []
+
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
+#default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+#add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+#add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+#show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+#modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+#keep_warnings = False
+
+# If true, `todo` and `todoList` produce output, else they produce nothing.
+todo_include_todos = False
+
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages. See the documentation for
+# a list of builtin themes.
+html_theme = 'alabaster'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further. For a list of options available for each theme, see the
+# documentation.
+#html_theme_options = {}
+
+# Add any paths that contain custom themes here, relative to this directory.
+#html_theme_path = []
+
+# The name for this set of Sphinx documents. If None, it defaults to
+# "<project> v<release> documentation".
+#html_title = None
+
+# A shorter title for the navigation bar. Default is the same as html_title.
+#html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+#html_logo = None
+
+# The name of an image file (relative to this directory) to use as a favicon of
+# the docs. This file should be a Windows icon file (.ico) being 16x16 or
32x32
+# pixels large.
+#html_favicon = None
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# Add any extra paths that contain custom files (such as robots.txt or
+# .htaccess) here, relative to this directory. These files are copied
+# directly to the root of the documentation.
+#html_extra_path = []
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+#html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+#html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+#html_sidebars = {}
+
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+#html_additional_pages = {}
+
+# If false, no module index is generated.
+#html_domain_indices = True
+
+# If false, no index is generated.
+#html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+#html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+#html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+#html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+#html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it. The value of this option must be the
+# base URL from which the finished HTML is served.
+#html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+#html_file_suffix = None
+
+# Language to be used for generating the HTML full-text search index.
+# Sphinx supports the following languages:
+# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
+# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
+#html_search_language = 'en'
+
+# A dictionary with options for the search language support, empty by default.
+# Now only 'ja' uses this config value
+#html_search_options = {'type': 'default'}
+
+# The name of a javascript file (relative to the configuration directory) that
+# implements a search results scorer. If empty, the default will be used.
+#html_search_scorer = 'scorer.js'
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'metaextractdoc'
+
+# -- Options for LaTeX output ---------------------------------------------
+
+latex_elements = {
+# The paper size ('letterpaper' or 'a4paper').
+#'papersize': 'letterpaper',
+
+# The font size ('10pt', '11pt' or '12pt').
+#'pointsize': '10pt',
+
+# Additional stuff for the LaTeX preamble.
+#'preamble': '',
+
+# Latex figure (float) alignment
+#'figure_align': 'htbp',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title,
+# author, documentclass [howto, manual, or own class]).
+latex_documents = [
+ (master_doc, 'metaextract.tex', u'metaextract Documentation',
+ u'Thomas Bechtold', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+#latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+#latex_use_parts = False
+
+# If true, show page references after internal links.
+#latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+#latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+#latex_appendices = []
+
+# If false, no module index is generated.
+#latex_domain_indices = True
+
+
+# -- Options for manual page output ---------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+ (master_doc, 'metaextract', u'metaextract Documentation',
+ [author], 1)
+]
+
+# If true, show URL addresses after external links.
+#man_show_urls = False
+
+
+# -- Options for Texinfo output -------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+# dir menu entry, description, category)
+texinfo_documents = [
+ (master_doc, 'metaextract', u'metaextract Documentation',
+ author, 'metaextract', 'One line description of project.',
+ 'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+#texinfo_show_urls = 'footnote'
+
+# If true, do not generate a @detailmenu in the "Top" node's menu.
+#texinfo_no_detailmenu = False
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/doc/source/index.rst
new/metaextract-1.0.6/doc/source/index.rst
--- old/metaextract-1.0.3/doc/source/index.rst 1970-01-01 01:00:00.000000000
+0100
+++ new/metaextract-1.0.6/doc/source/index.rst 2019-08-08 10:30:46.000000000
+0200
@@ -0,0 +1,76 @@
+.. metaextract documentation master file, created by
+ sphinx-quickstart on Sat Oct 8 22:35:02 2016.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to metaextract's documentation!
+=======================================
+
+metaextract is a tool to collect metadata about a python module. For example
+you may have a sdist tarball from the `Python Package Index`_ and you want to
+know it's dependencies. metaextract can collect theses dependencies.
+The tool was first developed in `py2pack`_ but is now it's own module to be
+useful for others, too.
+
+.. _`py2pack`: https://pypi.python.org/pypi/py2pack
+.. _`Python Package Index`: https://pypi.python.org/
+
+
+Installation
+------------
+To install metaextract from the `Python Package Index`_, simply:
+
+.. code-block:: bash
+
+ $ pip install metaextract
+
+Usage
+-----
+
+To extract the metadata for a python module using setup.py, do:
+
+.. code-block:: bash
+
+ $ metaextract my-archive-file.tar.gz
+
+This will print a json blob to stdout which contains i.e. ``install_requires``,
+``extras_require`` and friends extracted from the given archive file.
+
+If you already have some source code available (i.e. a git checkout) for some
+project you can also run the ``setup.py`` file with the ``metaextract``
+distutils command:
+
+.. code-block:: bash
+
+ $ python setup.py --command-packages=metaextract metaextract
+
+This will print the metadata as json. If you want to write the data to a file,
do:
+
+.. code-block:: bash
+
+ $ python setup.py --command-packages=metaextract metaextract -o output-file
+
+API documentation
+-----------------
+
+The :mod:`metaextract.utils` Module
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. automodule:: metaextract.utils
+ :noindex:
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+
+.. toctree::
+ :maxdepth: 2
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/metaextract/__init__.py
new/metaextract-1.0.6/metaextract/__init__.py
--- old/metaextract-1.0.3/metaextract/__init__.py 2017-09-18
14:56:28.000000000 +0200
+++ new/metaextract-1.0.6/metaextract/__init__.py 2019-08-08
10:30:46.000000000 +0200
@@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.0.3"
+__version__ = "1.0.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/metaextract/metaextract.py
new/metaextract-1.0.6/metaextract/metaextract.py
--- old/metaextract-1.0.3/metaextract/metaextract.py 2017-09-18
14:56:28.000000000 +0200
+++ new/metaextract-1.0.6/metaextract/metaextract.py 2019-08-08
10:30:46.000000000 +0200
@@ -43,7 +43,6 @@
def run(self):
data = dict()
-
# keep list ordered!
for key in ['data_files', 'entry_points', 'extras_require',
'install_requires', 'python_requires', 'setup_requires',
@@ -53,11 +52,23 @@
# dict_items objects can not be serialized with json
if data[key].__class__.__name__ == 'dict_items':
data[key] = list(data[key])
+ if key == 'entry_points' and isinstance(data[key], dict):
+ for k, v in data[key].items():
+ if isinstance(v, set):
+ data[key][k] = list(v)
# keep list ordered!
- for func in ['has_ext_modules']:
+ for func in ['get_author', 'get_author_email', 'get_classifiers',
+ 'get_contact', 'get_contact_email', 'get_description',
+ 'get_download_url', 'get_fullname', 'get_keywords',
+ 'get_license', 'get_long_description', 'get_mainainer',
+ 'get_maintainer_email', 'get_name', 'get_url',
+ 'get_version', 'get_download_url',
+ 'get_fullname', 'get_author', 'get_author_email',
+ 'has_ext_modules']:
if hasattr(self.distribution, func):
- data[func] = getattr(self.distribution, func)()
+ data['{}'.format(func.replace('get_', ''))] = getattr(
+ self.distribution, func)()
data_with_version = {
'version': DATA_VERSION,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/distutils_simple/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/distutils_simple/setup.py
--- old/metaextract-1.0.3/metaextract/tests/fixtures/distutils_simple/setup.py
1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/fixtures/distutils_simple/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+from distutils.core import setup
+
+setup(
+ name='testpkg',
+ version='1.0',
+ description='Test PKG',
+ packages=['testpkg', 'testpkg.command'],
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/distutils_with_extension/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/distutils_with_extension/setup.py
---
old/metaextract-1.0.3/metaextract/tests/fixtures/distutils_with_extension/setup.py
1970-01-01 01:00:00.000000000 +0100
+++
new/metaextract-1.0.6/metaextract/tests/fixtures/distutils_with_extension/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,23 @@
+from distutils.core import setup, Extension
+
+module1 = Extension(
+ 'demo1',
+ sources=['demo.c']
+)
+
+module2 = Extension(
+ 'demo2',
+ define_macros=[('MAJOR_VERSION', '1'),
+ ('MINOR_VERSION', '0')],
+ include_dirs=['/usr/local/include'],
+ libraries=['tcl86'],
+ library_dirs=['/usr/local/lib'],
+ sources=['demo2.c']
+)
+
+setup(
+ name='pkg',
+ version='1.0',
+ description='demo pkg',
+ ext_modules=[module1, module2]
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/pbr_simple/setup.cfg
new/metaextract-1.0.6/metaextract/tests/fixtures/pbr_simple/setup.cfg
--- old/metaextract-1.0.3/metaextract/tests/fixtures/pbr_simple/setup.cfg
1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/fixtures/pbr_simple/setup.cfg
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,26 @@
+[metadata]
+name = testpkg
+summary = summary
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[entry_points]
+console_scripts =
+ entry2 = pkg1:main
+
+[files]
+packages =
+ pkg1
+
+[build_sphinx]
+all_files = 1
+source-dir = doc/source
+build-dir = doc/build
+
+[upload_sphinx]
+upload-dir = doc/build/html
+
+[wheel]
+universal = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/pbr_simple/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/pbr_simple/setup.py
--- old/metaextract-1.0.3/metaextract/tests/fixtures/pbr_simple/setup.py
1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/fixtures/pbr_simple/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,10 @@
+import setuptools
+
+try:
+ import multiprocessing # noqa
+except ImportError:
+ pass
+
+setuptools.setup(
+ setup_requires=['pbr>=1.0'],
+ pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_full/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_full/setup.py
--- old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_full/setup.py
1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_full/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,32 @@
+import setuptools
+
+setuptools.setup(
+ name='testpkg',
+ version='1.2.3',
+ author="的å",
+ license='Apache-2.0',
+ description='desc',
+ long_description='long desc',
+ install_requires=['foo', 'bar'],
+ extras_require={
+ 'extra1': ["ex11", "ex12"],
+ 'extra2': ["ex21>=3.4", "ex22>=0.11.0,!=0.15.0"],
+ },
+ scripts=['scripts/testpkg'],
+ packages=['testpkg'],
+ package_data={'testpkg': ['templates/*', 'spdx_license_map.p']},
+ data_files=[('share/doc/testpgk', ['AUTHORS', 'LICENSE', 'README.rst']),
+ ('share/doc/testpkg/html', ['doc/testpkg.html']),
+ ('man/man1', ['doc/testpkg.1'])],
+ tests_require=["testpkg1"],
+ test_suite="pkgtestsuite",
+ python_requires=">=2.6,!=3.0.*,!=3.1.*,!=3.2.*",
+ classifiers=[
+ 'Intended Audience :: Developers',
+ ],
+ entry_points={
+ 'console_scripts': [
+ 'testpkgp1=testpkg:main'
+ ]
+ },
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple/setup.py
--- old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple/setup.py
1970-01-01 01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,7 @@
+import setuptools
+
+setuptools.setup(
+ name='testpkg',
+ install_requires=['foo', 'bar'],
+ extras_require={'extra1': 'pkg1'},
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple_unicode/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple_unicode/setup.py
---
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple_unicode/setup.py
1970-01-01 01:00:00.000000000 +0100
+++
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple_unicode/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,10 @@
+import setuptools
+
+setuptools.setup(
+ name='testpkg',
+ author="的å",
+ install_requires=['foo', 'bar'],
+ extras_require={
+ 'extra1': 'pkg1', 'extra2': ['pkg2', 'pkg3']
+ },
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple_unicode_and_header/setup.py
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple_unicode_and_header/setup.py
---
old/metaextract-1.0.3/metaextract/tests/fixtures/setuptools_simple_unicode_and_header/setup.py
1970-01-01 01:00:00.000000000 +0100
+++
new/metaextract-1.0.6/metaextract/tests/fixtures/setuptools_simple_unicode_and_header/setup.py
2019-08-08 10:30:46.000000000 +0200
@@ -0,0 +1,8 @@
+# -*- coding: utf8 -*-
+import setuptools
+
+setuptools.setup(
+ name='testpkg',
+ author="的å",
+ install_requires=['foo', 'bar'],
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract/tests/test_metaextract.py
new/metaextract-1.0.6/metaextract/tests/test_metaextract.py
--- old/metaextract-1.0.3/metaextract/tests/test_metaextract.py 1970-01-01
01:00:00.000000000 +0100
+++ new/metaextract-1.0.6/metaextract/tests/test_metaextract.py 2019-08-08
10:30:46.000000000 +0200
@@ -0,0 +1,227 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2016, Thomas Bechtold <[email protected]>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import os
+import pytest
+import shutil
+import sys
+import tarfile
+
+from metaextract import utils as meta_utils
+
+
+base_dir = os.path.dirname(__file__)
+fixtures_base_dir = os.path.join(base_dir, "fixtures")
+
+
[email protected]()
+def tararchive(tmpdir):
+ """create a tarfile in a temp dir"""
+ tmpdir = tmpdir.mkdir("tar")
+ tarfile_name = tmpdir.join("file.tar").strpath
+ tar = tarfile.open(tarfile_name, "w:gz")
+ files = ["file1", "file2", "file3"]
+ for name in files:
+ new_file = tmpdir.join(name)
+ new_file.write(name)
+ tar.add(new_file.strpath, arcname=name)
+ # also add a setup.py file
+ setup_py_name = tmpdir.join("setup.py")
+ setup_py_name.write("""import setuptools
+setuptools.setup(
+ name='testpkg',
+ install_requires=['foo', 'bar'],
+)
+""")
+ tar.add(setup_py_name.strpath, arcname="setup.py")
+ tar.close()
+ return tarfile_name, files + ["setup.py"]
+
+
[email protected]()
+def ziparchive(tmpdir):
+ """create a zip archive in a temp dir"""
+ tmpdir = tmpdir.mkdir("zip")
+ zip_data = os.path.join(tmpdir.strpath, "data")
+ os.mkdir(zip_data)
+ zipfile_name = tmpdir.join("file").strpath
+ files = ["file1", "file2", "file3"]
+ for name in files:
+ new_file = os.path.join(zip_data, name)
+ with open(new_file, "a+") as f:
+ f.write(name)
+ shutil.make_archive(zipfile_name, "zip", root_dir=zip_data)
+ return zipfile_name + ".zip", files
+
+
+class TestMetaExtract(object):
+ def test__extract_to_tempdir_no_file(self):
+ with pytest.raises(Exception) as e_info:
+ with meta_utils._extract_to_tempdir("foobar"):
+ pass
+ assert "foobar" in str(e_info.value)
+
+ def test__extract_to_tempdir_tar_archive(self, tararchive):
+ tarball_name, tarball_files = tararchive
+ current_cwd = os.getcwd()
+ with meta_utils._extract_to_tempdir(tarball_name) as tempdir:
+ assert sorted(os.listdir(".")) == tarball_files
+ # back in the original working dir
+ assert current_cwd == os.getcwd()
+ # tempdir no longer exists
+ assert os.path.exists(tempdir) is False
+
+ def test__extract_to_tempdir_zip_archive(self, ziparchive):
+ zip_name, zip_files = ziparchive
+ current_cwd = os.getcwd()
+ with meta_utils._extract_to_tempdir(zip_name) as tempdir:
+ assert sorted(os.listdir(".")) == zip_files
+ # back in the original working dir
+ assert current_cwd == os.getcwd()
+ # tempdir no longer exists
+ assert os.path.exists(tempdir) is False
+
+ def test__enter_single_subdir_0_dir(self, tmpdir):
+ current_cwd = os.getcwd()
+ with meta_utils._enter_single_subdir(tmpdir.strpath) as dest_dir:
+ assert dest_dir == tmpdir.strpath
+ # back in the original working dir
+ assert current_cwd == os.getcwd()
+
+ def test__enter_single_subdir_1_dir(self, tmpdir):
+ current_cwd = os.getcwd()
+ d1 = os.path.join(tmpdir.strpath, "dir1")
+ os.mkdir(d1)
+ with meta_utils._enter_single_subdir(tmpdir.strpath) as dest_dir:
+ assert dest_dir == d1
+ # back in the original working dir
+ assert current_cwd == os.getcwd()
+
+ def test__enter_single_subdir_2_dirs(self, tmpdir):
+ current_cwd = os.getcwd()
+ d1 = os.path.join(tmpdir.strpath, "dir1")
+ d2 = os.path.join(tmpdir.strpath, "dir2")
+ os.mkdir(d1)
+ os.mkdir(d2)
+ with meta_utils._enter_single_subdir(tmpdir.strpath) as dest_dir:
+ assert dest_dir == tmpdir.strpath
+ # back in the original working dir
+ assert current_cwd == os.getcwd()
+
+ def test__set_file_encoding_utf8(self, tmpdir):
+ testfile = tmpdir.mkdir("encoding").join("setup.py")
+ firstline = "the first line of the file"
+ with open(testfile.strpath, "a") as f:
+ f.write(firstline)
+ meta_utils._set_file_encoding_utf8(testfile.strpath)
+ with open(testfile.strpath, 'r') as f:
+ assert f.read() == "# -*- coding: utf-8 -*-\n" + firstline
+
+ def test_from_archive(self, tararchive):
+ tar_name, tar_files = tararchive
+ data = meta_utils.from_archive(tar_name)
+ assert data["data"]["install_requires"] == ['bar', 'foo']
+
+ def test_no_setup_py(self, tmpdir):
+ with pytest.raises(Exception) as e_info:
+ meta_utils._setup_py_run_from_dir(tmpdir.strpath, sys.executable)
+ assert tmpdir.strpath in str(e_info.value)
+
+ @pytest.mark.parametrize("fixture_name,expected_data", [
+ (
+ "setuptools_simple", {
+ 'entry_points': None, 'extras_require': {'extra1': ['pkg1']},
+ 'install_requires': ['bar', 'foo'], 'python_requires': None,
+ 'setup_requires': [], 'has_ext_modules': None,
+ 'scripts': None, 'data_files': None, 'tests_require': None}
+ ),
+ (
+ "setuptools_simple_unicode", {
+ 'entry_points': None, 'extras_require': {
+ 'extra1': ['pkg1'], 'extra2': ['pkg2', 'pkg3']},
+ 'install_requires': ['bar', 'foo'], 'python_requires': None,
+ 'setup_requires': [], 'has_ext_modules': None,
+ 'scripts': None, 'data_files': None, 'tests_require': None}
+ ),
+ (
+ "setuptools_simple_unicode_and_header", {
+ 'entry_points': None, 'extras_require': {},
+ 'install_requires': ['bar', 'foo'], 'python_requires': None,
+ 'setup_requires': [], 'has_ext_modules': None,
+ 'scripts': None, 'data_files': None, 'tests_require': None}
+ ),
+ (
+ "setuptools_full", {
+ 'install_requires': ['bar', 'foo'], 'setup_requires': [],
+ 'python_requires': '>=2.6,!=3.0.*,!=3.1.*,!=3.2.*',
+ 'has_ext_modules': None, 'scripts': ['scripts/testpkg'],
+ 'data_files': [
+ ['man/man1', ['doc/testpkg.1']],
+ ['share/doc/testpgk',
+ ['AUTHORS', 'LICENSE', 'README.rst']],
+ ['share/doc/testpkg/html', ['doc/testpkg.html']],
+ ], 'tests_require': ['testpkg1'], 'entry_points':
+ {
+ 'console_scripts': ['testpkgp1=testpkg:main']
+ },
+ 'extras_require': {
+ 'extra1': ['ex11', 'ex12'],
+ 'extra2': ['ex21>=3.4', 'ex22!=0.15.0,>=0.11.0']
+ },
+ 'version': '1.2.3',
+ 'name': 'testpkg',
+ 'fullname': 'testpkg-1.2.3',
+ 'description': 'desc',
+ 'long_description': 'long desc',
+ 'classifiers': ['Intended Audience :: Developers'],
+ 'license': 'Apache-2.0',
+
+ }
+ ),
+ (
+ "distutils_simple",
+ {'data_files': None, 'has_ext_modules': None, 'scripts': None,
+ 'version': '1.0'}
+ ),
+ (
+ "distutils_with_extension",
+ {'data_files': None, 'has_ext_modules': True, 'scripts': None}
+ ),
+ (
+ "pbr_simple",
+ {'entry_points': {'console_scripts': ['entry2 = pkg1:main']},
+ 'extras_require': {}, 'install_requires': [],
+ 'python_requires': None, 'setup_requires': ['pbr>=1.0'],
+ 'has_ext_modules': None, 'scripts': None, 'data_files': None,
+ 'tests_require': None,
+ 'version': '1'}
+ ),
+ ])
+ def test_run_setup_py_from_dir(self, tmpdir, monkeypatch,
+ fixture_name, expected_data):
+ # the given fixture name is the directory name in the tests/fixtures
+ # dir. copy that fixtures dir to a temp dir and run _setup_py_from_dir
+ # PBR_VERSION is needed for the PBR tests because the fixture are not
+ # containing a git repo
+ monkeypatch.setenv("PBR_VERSION", "1")
+ fixture_dir = os.path.join(fixtures_base_dir, fixture_name)
+ dest_dir = os.path.join(tmpdir.strpath, fixture_name)
+ shutil.copytree(fixture_dir, dest_dir)
+ data = meta_utils._setup_py_run_from_dir(dest_dir, sys.executable)
+ for expected_key, expected_val in expected_data.items():
+ assert expected_key in data['data']
+ assert data['data'][expected_key] == expected_val
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/metaextract.egg-info/PKG-INFO
new/metaextract-1.0.6/metaextract.egg-info/PKG-INFO
--- old/metaextract-1.0.3/metaextract.egg-info/PKG-INFO 2017-09-18
14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/metaextract.egg-info/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-Metadata-Version: 1.1
-Name: metaextract
-Version: 1.0.3
-Summary: get metadata for python modules
-Home-page: http://github.com/toabctl/metaextract
-Author: Thomas Bechtold
-Author-email: [email protected]
-License: Apache-2.0
-Description: metaextract - get metadata for python modules
- =============================================
-
- .. image:: https://travis-ci.org/toabctl/metaextract.png?branch=master
- :target: https://travis-ci.org/toabctl/metaextract
- .. image:: https://readthedocs.org/projects/metaextract/badge/
- :target: http://metaextract.readthedocs.io/en/latest/
- :alt: Documentation Status
-
- metaextract is a tool to collect metadata about a python module. For
example
- you may have a sdist tarball from the `Python Package Index`_ and you
want to
- know it's dependencies. metaextract can collect theses dependencies.
- The tool was first developed in `py2pack`_ but is now it's own module
to be
- useful for others, too.
-
- Documentation
- -------------
- You can find the documentation on `readthedocs`_.
-
- Hacking and contributing
- ------------------------
- Fork `the repository`_ on Github to start making your changes to the
**master**
- branch (or branch off of it). Don't forget to write a test for fixed
issues or
- implemented features whenever appropriate. You can invoke the
testsuite from
- the repository root directory via `tox`_:
-
- .. code-block:: bash
-
- $ tox
-
- Bugs
- ----
- If you run into bugs, you can file them in the `issue tracker`_.
-
- .. _`readthedocs`: http://metaextract.readthedocs.io/
- .. _`py2pack`: https://pypi.python.org/pypi/py2pack
- .. _`issue tracker`: https://github.com/toabctl/metaextract/issues
- .. _`Python Package Index`: https://pypi.python.org/
- .. _`the repository`: https://github.com/toabctl/metaextract
- .. _`tox`: http://testrun.org/tox
-
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: License :: OSI Approved :: Apache Software License
-Classifier: Programming Language :: Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/metaextract.egg-info/SOURCES.txt
new/metaextract-1.0.6/metaextract.egg-info/SOURCES.txt
--- old/metaextract-1.0.3/metaextract.egg-info/SOURCES.txt 2017-09-18
14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/metaextract.egg-info/SOURCES.txt 1970-01-01
01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-LICENSE
-MANIFEST.in
-README.rst
-setup.cfg
-setup.py
-tox.ini
-metaextract/__init__.py
-metaextract/cmds.py
-metaextract/metaextract.py
-metaextract/setup.py
-metaextract/utils.py
-metaextract.egg-info/PKG-INFO
-metaextract.egg-info/SOURCES.txt
-metaextract.egg-info/dependency_links.txt
-metaextract.egg-info/entry_points.txt
-metaextract.egg-info/top_level.txt
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract.egg-info/dependency_links.txt
new/metaextract-1.0.6/metaextract.egg-info/dependency_links.txt
--- old/metaextract-1.0.3/metaextract.egg-info/dependency_links.txt
2017-09-18 14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/metaextract.egg-info/dependency_links.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/metaextract-1.0.3/metaextract.egg-info/entry_points.txt
new/metaextract-1.0.6/metaextract.egg-info/entry_points.txt
--- old/metaextract-1.0.3/metaextract.egg-info/entry_points.txt 2017-09-18
14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/metaextract.egg-info/entry_points.txt 1970-01-01
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-[console_scripts]
-metaextract = metaextract.cmds:main
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/metaextract.egg-info/top_level.txt
new/metaextract-1.0.6/metaextract.egg-info/top_level.txt
--- old/metaextract-1.0.3/metaextract.egg-info/top_level.txt 2017-09-18
14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/metaextract.egg-info/top_level.txt 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-metaextract
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/setup.cfg
new/metaextract-1.0.6/setup.cfg
--- old/metaextract-1.0.3/setup.cfg 2017-09-18 14:57:29.000000000 +0200
+++ new/metaextract-1.0.6/setup.cfg 2019-08-08 10:30:46.000000000 +0200
@@ -1,22 +1,21 @@
[aliases]
-test = pytest
+test=pytest
[tool:pytest]
addopts = --verbose
[egg_info]
-tag_build =
+tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
source-dir = doc/source
-build-dir = doc/build
-all_files = 1
+build-dir = doc/build
+all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/test-requirements.txt
new/metaextract-1.0.6/test-requirements.txt
--- old/metaextract-1.0.3/test-requirements.txt 1970-01-01 01:00:00.000000000
+0100
+++ new/metaextract-1.0.6/test-requirements.txt 2019-08-08 10:30:46.000000000
+0200
@@ -0,0 +1,5 @@
+flake8
+pytest
+mock
+pbr
+Sphinx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metaextract-1.0.3/tox.ini
new/metaextract-1.0.6/tox.ini
--- old/metaextract-1.0.3/tox.ini 2017-09-18 14:56:28.000000000 +0200
+++ new/metaextract-1.0.6/tox.ini 2019-08-08 10:30:46.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py36,pep8
+envlist = py27,py37,pep8
minversion = 1.6
skipsdist = True