[packages/python-pylibravatar] up to 1.7
glen
glen at pld-linux.org
Mon Nov 7 19:31:58 CET 2016
commit df01ba3fe5d36e0f9a69c1cd774b152e5d45fa42
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Nov 7 20:31:45 2016 +0200
up to 1.7
python-pylibravatar-dns-srv-tcp.patch | 13 -------------
python-pylibravatar.spec | 11 ++++-------
2 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/python-pylibravatar.spec b/python-pylibravatar.spec
index 6a60c1d..182b195 100644
--- a/python-pylibravatar.spec
+++ b/python-pylibravatar.spec
@@ -9,16 +9,14 @@
%define pypi_name pyLibravatar
Summary: Python module for Libravatar
Name: python-pylibravatar
-Version: 1.6
-Release: 2
+Version: 1.7
+Release: 1
Group: Development/Libraries
# The full text of the license isn't shipped
+# https://bugs.launchpad.net/pylibravatar/+bug/1173603
License: MIT
Source0: http://pypi.python.org/packages/source/p/%{egg_name}/%{egg_name}-%{version}.tar.gz
-# Source0-md5: 41b4d3aee39fb4656ee156e0dac18e73
-# https://code.launchpad.net/~ralph-bean/pylibravatar/tcp-dns/+merge/263157
-Patch0: %{name}-dns-srv-tcp.patch
-# https://bugs.launchpad.net/pylibravatar/+bug/1173603
+# Source0-md5: b612f6d8caf4194bdd735d68d23fe5ee
URL: http://pypi.python.org/pypi/pyLibravatar
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
@@ -55,7 +53,6 @@ avatar hosting service from within your Python applications.
%prep
%setup -q -n %{egg_name}-%{version}
-%patch0
# Correct wrong-file-end-of-line-encoding rpmlint issue
sed -i 's/\r//' README.txt
diff --git a/python-pylibravatar-dns-srv-tcp.patch b/python-pylibravatar-dns-srv-tcp.patch
deleted file mode 100644
index 72c8357..0000000
--- a/python-pylibravatar-dns-srv-tcp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'libravatar.py'
---- libravatar.py 2015-06-26 18:25:23 +0000
-+++ libravatar.py 2014-09-01 23:28:18 +0000
-@@ -165,7 +165,7 @@
- DNS.DiscoverNameServers()
- try:
- dns_request = DNS.Request(name=service_name(domain, https),
-- qtype='SRV').req()
-+ qtype='SRV', protocol='tcp').req()
- except DNS.DNSError as message:
- print("DNS Error: %s" % message)
- return None
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pylibravatar.git/commitdiff/df01ba3fe5d36e0f9a69c1cd774b152e5d45fa42
More information about the pld-cvs-commit
mailing list