From 080bf066ac6bc21f736de813701b6d06f17f1088 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Fri, 9 Aug 2013 13:15:19 -0600 Subject: [PATCH] v3.9.5 --- ignore-more-pep8-errors.patch | 22 ---------------------- pygobject3.spec | 13 +++++-------- sources | 2 +- 3 files changed, 6 insertions(+), 31 deletions(-) delete mode 100644 ignore-more-pep8-errors.patch diff --git a/ignore-more-pep8-errors.patch b/ignore-more-pep8-errors.patch deleted file mode 100644 index bdcb9cb..0000000 --- a/ignore-more-pep8-errors.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- pygobject-3.7.92/tests/Makefile.in.ignore-more-pep8-errors 2013-03-18 13:55:04.000000000 +0100 -+++ pygobject-3.7.92/tests/Makefile.in 2013-03-20 21:34:25.815686535 +0100 -@@ -759,7 +759,7 @@ - @if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi - @if test -z "$$SKIP_PEP8"; then \ - echo " CHECK PEP8"; \ -- if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \ -+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \ - fi - export `$(DBUS_LAUNCH)` && \ - $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd $(srcdir)/runtests.py; rc=$$?; \ ---- pygobject-3.7.92/tests/Makefile.am.ignore-more-pep8-errors 2013-02-27 21:14:17.000000000 +0100 -+++ pygobject-3.7.92/tests/Makefile.am 2013-03-20 21:34:25.815686535 +0100 -@@ -136,7 +136,7 @@ - @if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi - @if test -z "$$SKIP_PEP8"; then \ - echo " CHECK PEP8"; \ -- if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \ -+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \ - fi - export `$(DBUS_LAUNCH)` && \ - $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd $(srcdir)/runtests.py; rc=$$?; \ diff --git a/pygobject3.spec b/pygobject3.spec index 5591c1b..1e2cbaa 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -21,8 +21,8 @@ ### Abstract ### Name: pygobject3 -Version: 3.9.2 -Release: 2%{?dist} +Version: 3.9.5 +Release: 1%{?dist} License: LGPLv2+ and MIT Group: Development/Languages Summary: Python 2 bindings for GObject Introspection @@ -30,11 +30,6 @@ URL: https://live.gnome.org/PyGObject #VCS: git:git://git.gnome.org/pygobject Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.9/pygobject-%{version}.tar.xz -# Add these additional exclusions to the pep8 rules in "make check": -# E127 continuation line over-indented for visual indent -# Not yet sent upstream -Patch1: ignore-more-pep8-errors.patch - # Mark some tests as known to fail; currently: # # On i686: @@ -156,7 +151,6 @@ for use in Python 3 programs. %prep %setup -q -n pygobject-%{version} -%patch1 -p1 -b .ignore-more-pep8-errors %patch2 -p1 -b .known-failures %patch3 -p1 -b .test-list-marshalling %patch5 -p1 @@ -271,6 +265,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity} %endif # with_python3 %changelog +* Fri Aug 9 2013 Daniel Drake - 3.9.5-1 +- Update to 3.9.5 + * Sun Aug 04 2013 Fedora Release Engineering - 3.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index e34edb2..e2e9c59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caa7f8f171b4dc13f5ba99cd318b46fb pygobject-3.9.2.tar.xz +874b5f0c19d037f38611332ae4c21998 pygobject-3.9.5.tar.xz