From 985ff9d5869c3a4f6da32f817ebe68b151bc6532 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Apr 05 2016 18:42:41 +0000 Subject: Latest upstream. --- diff --git a/.gitignore b/.gitignore index b5a2531..4aad9df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zope.structuredtext-3.5.1.tar.gz +/zope.structuredtext-4.1.0.tar.gz diff --git a/python-zope-structuredtext-3.5.0-run_tests.patch b/python-zope-structuredtext-3.5.0-run_tests.patch deleted file mode 100644 index d8fb3ee..0000000 --- a/python-zope-structuredtext-3.5.0-run_tests.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- zope.structuredtext-3.5.0/setup.py 2010-05-01 06:18:44.000000000 +0800 -+++ zope.structuredtext-3.5.0/setup.py.new 2010-09-23 18:44:22.564135085 +0800 -@@ -59,4 +59,5 @@ - include_package_data=True, - install_requires=['setuptools'], - zip_safe=False, -+ test_suite='zope.structuredtext', - ) diff --git a/python-zope-structuredtext.spec b/python-zope-structuredtext.spec index 1c8f3d4..5c7361b 100644 --- a/python-zope-structuredtext.spec +++ b/python-zope-structuredtext.spec @@ -5,17 +5,14 @@ Summary: StructuredText parser Name: python-zope-structuredtext -Version: 3.5.1 -Release: 6%{?dist} +Version: 4.1.0 +Release: 1%{?dist} Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz License: ZPLv2.1 Group: Development/Libraries BuildArch: noarch URL: http://pypi.python.org/pypi/zope.structuredtext -# register the test suite in setup.py -Patch0: %{name}-3.5.0-run_tests.patch - BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-sphinx @@ -27,7 +24,6 @@ which document structure is signaled primarily by indentation %prep %setup -q -n %{modname}-%{version} -%patch0 -p1 -b .run_tests %build %{__python} setup.py build @@ -47,7 +43,8 @@ rm -rf html/.buildinfo %files %defattr(-,root,root,-) -%doc CHANGES.txt README.txt TODO.txt COPYRIGHT.txt LICENSE.txt html/ +%doc CHANGES.rst README.rst TODO.txt COPYRIGHT.txt html/ +%license LICENSE.txt %{python_sitelib}/zope/structuredtext/ # Co-own %%{python_sitelib}/zope/ %dir %{python_sitelib}/zope/ @@ -59,6 +56,9 @@ rm -rf html/.buildinfo %changelog +* Tue Apr 05 2016 Ralph Bean - 4.1.0-1 +- Latest upstream. + * Thu Feb 04 2016 Fedora Release Engineering - 3.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7684349..53a34d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eabbfb983485d0879322bc878d2478a0 zope.structuredtext-3.5.1.tar.gz +43ec3d474f97f0043ca7c22f52bade73 zope.structuredtext-4.1.0.tar.gz