[pygobject3] Update to 3.7.3

Kalev Lember kalev at fedoraproject.org
Thu Dec 20 21:19:33 UTC 2012


commit 3014733a5eb995f5c259f21c6bb2059bddc3929e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Dec 20 21:51:48 2012 +0100

    Update to 3.7.3
    
    Drop upstreamed patches; rebase the ignore-more-pep8-errors patch.

 ignore-more-pep8-errors.patch |   36 ++--
 property-lookup.patch         |  497 -----------------------------------------
 pygobject3.spec               |   14 +-
 sources                       |    2 +-
 4 files changed, 27 insertions(+), 522 deletions(-)
---
diff --git a/ignore-more-pep8-errors.patch b/ignore-more-pep8-errors.patch
index 627453b..643a70e 100644
--- a/ignore-more-pep8-errors.patch
+++ b/ignore-more-pep8-errors.patch
@@ -1,22 +1,22 @@
---- pygobject-3.4.1/tests/Makefile.in.ignore-more-pep8-errors	2012-10-15 07:54:06.000000000 +0200
-+++ pygobject-3.4.1/tests/Makefile.in	2012-10-17 18:20:43.199988314 +0200
-@@ -745,7 +745,7 @@
- 	@echo "  CHECK  Pyflakes"
+--- pygobject-3.7.3/tests/Makefile.in.ignore-more-pep8-errors	2012-12-20 22:06:52.968605463 +0100
++++ pygobject-3.7.3/tests/Makefile.in	2012-12-20 22:07:01.671440981 +0100
+@@ -755,7 +755,7 @@
  	@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
- 	@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
+ 	@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 -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py; rc=$$?; \
- 	kill $$DBUS_SESSION_BUS_PID; \
---- pygobject-3.4.1/tests/Makefile.am.ignore-more-pep8-errors	2012-10-15 07:39:55.000000000 +0200
-+++ pygobject-3.4.1/tests/Makefile.am	2012-10-17 18:20:43.199988314 +0200
-@@ -127,7 +127,7 @@
- 	@echo "  CHECK  Pyflakes"
+ 	$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \
+--- pygobject-3.7.3/tests/Makefile.am.ignore-more-pep8-errors	2012-12-20 22:06:21.625197530 +0100
++++ pygobject-3.7.3/tests/Makefile.am	2012-12-20 22:06:39.366862555 +0100
+@@ -133,7 +133,7 @@
  	@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
- 	@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
+ 	@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 -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py; rc=$$?; \
- 	kill $$DBUS_SESSION_BUS_PID; \
+ 	$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \
diff --git a/pygobject3.spec b/pygobject3.spec
index 014b337..0c66e45 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -21,8 +21,8 @@
 ### Abstract ###
 
 Name: pygobject3
-Version: 3.7.1
-Release: 3%{?dist}
+Version: 3.7.3
+Release: 1%{?dist}
 License: LGPLv2+ and MIT
 Group: Development/Languages
 Summary: Python 2 bindings for GObject Introspection
@@ -69,9 +69,6 @@ Patch2: pygobject-3.3.4-known-failures.patch
 # Not yet sent upstream:
 Patch3: test-list-marshalling.patch
 
-# upstream fix for property type lookup, needed for basic Sugar operation
-Patch4: property-lookup.patch
-
 ### Build Dependencies ###
 
 BuildRequires: chrpath
@@ -153,7 +150,6 @@ for use in Python 3 programs.
 %patch1 -p1 -b .ignore-more-pep8-errors
 %patch2 -p1 -b .known-failures
 %patch3 -p1 -b .test-list-marshalling
-%patch4 -p1 -b .property-lookup
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -245,6 +241,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity}
 %{python_sitearch}/gi/*
 %exclude %{python_sitearch}/gi/_gi_cairo.so
 %{python_sitearch}/pygobject-*.egg-info
+%{python_sitearch}/pygtkcompat/
 
 %files devel
 %defattr(644, root, root, 755)
@@ -261,10 +258,15 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity}
 %dir %{python3_sitearch}/gi
 %{python3_sitearch}/gi/*
 %{python3_sitearch}/pygobject-*.egg-info
+%{python3_sitearch}/pygtkcompat/
 
 %endif # with_python3
 
 %changelog
+* Thu Dec 20 2012 Kalev Lember <kalevlember at gmail.com> - 3.7.3-1
+- Update to 3.7.3
+- Drop upstreamed patches; rebase the ignore-more-pep8-errors patch
+
 * Thu Dec 13 2012 Ray Strode <rstrode at redhat.com> 3.7.1-3
 - Split non-cairo parts into a subpackage
 
diff --git a/sources b/sources
index 95bf324..ae8c92e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dd1ae758e81ece7ddf36baddf093bf5  pygobject-3.7.1.tar.xz
+5eb6c2d9f51d151c606e3a3bb2260668  pygobject-3.7.3.tar.xz


More information about the scm-commits mailing list