commit epydoc for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2017-11-12 17:59:47

Comparing /work/SRC/openSUSE:Factory/epydoc (Old)
 and  /work/SRC/openSUSE:Factory/.epydoc.new (New)


Package is "epydoc"

Sun Nov 12 17:59:47 2017 rev:21 rq:540461 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/epydoc/epydoc.changes2015-02-06 
10:52:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.epydoc.new/epydoc.changes   2017-11-12 
17:59:54.734138622 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 17:22:53 UTC 2017 - mplus...@suse.com
+
+- Explicitly use python2
+- Use new python packaging macros
+
+---



Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.ZltHPm/_old  2017-11-12 17:59:55.602107007 +0100
+++ /var/tmp/diff_new_pack.ZltHPm/_new  2017-11-12 17:59:55.602107007 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epydoc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,22 +17,19 @@
 
 
 Name:   epydoc
-BuildRequires:  fdupes
-BuildRequires:  python-devel
+Version:3.0.1
+Release:0
 Summary:Tool for Generating Python API Documentation
 License:BSD-3-Clause
 Group:  Development/Tools/Doc Generators
-Version:3.0.1
-Release:0
+Url:http://epydoc.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch1: epydoc_restructuredtext_Bug_578920.patch
 Patch2: make-builds-reproducible.patch
-Url:http://epydoc.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python2-devel
 BuildArch:  noarch
-%endif
 
 %description
 Epydoc is a tool for generating API documentation for Python modules
@@ -43,20 +40,23 @@
 ReStructuredText, Javadoc, and plain text.
 
 %prep
-%setup
+%setup -q
 %patch1 -p1
 %patch2 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS" 
-python setup.py build
+export CFLAGS="%{optflags}"
+%python2_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
-%fdupes $RPM_BUILD_ROOT/%{_sharedir}
+%python2_install
+%fdupes %{buildroot}
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
+%files
 %doc doc/* LICENSE.txt README.txt
+%{_bindir}/apirst2html.py
+%{_bindir}/epydoc
+%{_bindir}/epydocgui
+%{python2_sitelib}
 
 %changelog




commit epydoc for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2015-02-06 10:52:08

Comparing /work/SRC/openSUSE:Factory/epydoc (Old)
 and  /work/SRC/openSUSE:Factory/.epydoc.new (New)


Package is epydoc

Changes:

--- /work/SRC/openSUSE:Factory/epydoc/epydoc.changes2013-03-28 
13:10:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.epydoc.new/epydoc.changes   2015-02-06 
10:52:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 13:20:11 UTC 2015 - co...@suse.com
+
+- add make-builds-reproducible.patch to avoid timestamps
+  in generated documentation
+
+---

New:

  make-builds-reproducible.patch



Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.CJaPae/_old  2015-02-06 10:52:10.0 +0100
+++ /var/tmp/diff_new_pack.CJaPae/_new  2015-02-06 10:52:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epydoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,6 +26,7 @@
 Release:0
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch1: epydoc_restructuredtext_Bug_578920.patch
+Patch2: make-builds-reproducible.patch
 Url:http://epydoc.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -44,6 +45,7 @@
 %prep
 %setup
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS 

++ make-builds-reproducible.patch ++
Subject: to survive build-compare binaries should not record their
build time in generated files

Index: epydoc-3.0.1/epydoc/docwriter/html.py
===
--- epydoc-3.0.1.orig/epydoc/docwriter/html.py
+++ epydoc-3.0.1/epydoc/docwriter/html.py
@@ -1771,9 +1771,9 @@ class HTMLWriter:
 td align=left class=footer
if self._include_log:
 a href=epydoc-log.htmlGenerated by Epydoc
-$epydoc.__version__$ on $time.asctime()$/a
+$epydoc.__version__$/a
else:
-Generated by Epydoc $epydoc.__version__$ on $time.asctime()$
+Generated by Epydoc $epydoc.__version__$
#endif
 /td
 td align=right class=footer
Index: epydoc-3.0.1/epydoc/docwriter/latex.py
===
--- epydoc-3.0.1.orig/epydoc/docwriter/latex.py
+++ epydoc-3.0.1/epydoc/docwriter/latex.py
@@ -1104,7 +1104,6 @@ class LatexWriter:
 else:
 out('\n%% %s' % where)
 out('\n%%\n%% Generated by epydoc %s\n' % epydoc.__version__)
-out('%% [%s]\n%%\n' % time.asctime(time.localtime(time.time(
 
 def write_start_of(self, out, section_name):
 out('\n' + 75*'%' + '\n')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit epydoc for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2013-03-28 13:10:42

Comparing /work/SRC/openSUSE:Factory/epydoc (Old)
 and  /work/SRC/openSUSE:Factory/.epydoc.new (New)


Package is epydoc, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/epydoc/epydoc.changes2011-10-26 
16:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.epydoc.new/epydoc.changes   2013-03-28 
13:10:43.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:07:51 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  epydoc-3.0.1.tar.bz2

New:

  epydoc-3.0.1.tar.gz



Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.T9VqIg/_old  2013-03-28 13:10:44.0 +0100
+++ /var/tmp/diff_new_pack.T9VqIg/_new  2013-03-28 13:10:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epydoc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   epydoc
-BuildRequires:  fdupes python-devel
+BuildRequires:  fdupes
+BuildRequires:  python-devel
 Summary:Tool for Generating Python API Documentation
-Version:3.0.1
-Release:52
-Source0:%{name}-%{version}.tar.bz2
-Patch1: epydoc_restructuredtext_Bug_578920.patch
 License:BSD-3-Clause
 Group:  Development/Tools/Doc Generators
+Version:3.0.1
+Release:0
+Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+Patch1: epydoc_restructuredtext_Bug_578920.patch
 Url:http://epydoc.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}

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



commit epydoc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2011-12-06 18:08:25

Comparing /work/SRC/openSUSE:Factory/epydoc (Old)
 and  /work/SRC/openSUSE:Factory/.epydoc.new (New)


Package is epydoc, Maintainer is jmate...@suse.com

Changes:




Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.Cndevf/_old  2011-12-06 18:13:52.0 +0100
+++ /var/tmp/diff_new_pack.Cndevf/_new  2011-12-06 18:13:52.0 +0100
@@ -24,7 +24,7 @@
 Release:52
 Source0:%{name}-%{version}.tar.bz2
 Patch1: epydoc_restructuredtext_Bug_578920.patch
-License:BSD 3-clause (or similar)
+License:BSD-3-Clause
 Group:  Development/Tools/Doc Generators
 Url:http://epydoc.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit epydoc for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory
checked in at Mon Sep 19 17:13:41 CEST 2011.




--- epydoc/epydoc.changes   2009-08-11 15:17:48.0 +0200
+++ /mounts/work_src_done/STABLE/epydoc/epydoc.changes  2011-09-19 
00:52:13.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.2ulMPO/_old  2011-09-19 17:13:36.0 +0200
+++ /var/tmp/diff_new_pack.2ulMPO/_new  2011-09-19 17:13:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package epydoc (Version 3.0.1)
+# spec file for package epydoc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   epydoc
@@ -27,7 +26,6 @@
 License:BSD 3-clause (or similar)
 Group:  Development/Tools/Doc Generators
 Url:http://epydoc.sourceforge.net/
-AutoReqProv:on
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
 %if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
@@ -42,12 +40,6 @@
 variables. Epydoc also understands docstrings written in
 ReStructuredText, Javadoc, and plain text.
 
-
-
-Authors:
-
-Edward Loper edlo...@gradient.cis.upenn.edu 
-
 %prep
 %setup
 
@@ -59,9 +51,6 @@
 python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
 %fdupes $RPM_BUILD_ROOT/%{_sharedir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f INSTALLED_FILES
 %defattr(-,root,root)
 %doc doc/* LICENSE.txt README.txt






Remember to have fun...

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