[python-astroid] - Upstream v1.0.1 Drop patch included in upstream

Brian C. Lane bcl at fedoraproject.org
Thu Feb 27 18:05:25 UTC 2014


commit defa0d74cffa67882baa709cd89dedfb68d55ff6
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Feb 27 09:33:08 2014 -0800

    - Upstream v1.0.1
      Drop patch included in upstream

 .gitignore                                         |    1 +
 ...n-namedtuple-inference-we-should-add-an-a.patch |   28 --------------------
 python-astroid.spec                                |   21 ++++++++-------
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f767b7c..f47b7e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /astroid-version-1.0.0.tar.bz2
+/astroid-version-1.0.1.tar.bz2
diff --git a/python-astroid.spec b/python-astroid.spec
index 16f42ea..246e70d 100644
--- a/python-astroid.spec
+++ b/python-astroid.spec
@@ -5,30 +5,28 @@
 %endif
 
 # This needs to be pulled from the source tarball
-%global commit 1d6914a1a1a0
+%global commit f67f24131b3a
 
 
 Name:           python-astroid
-Version:        1.0.0
-Release:        6%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://www.astroid.org
 Source0:        https://bitbucket.org/logilab/astroid/get/astroid-version-%{version}.tar.bz2
 
-Patch0:         0001-fix-error-in-namedtuple-inference-we-should-add-an-a.patch
-
 Provides:       python-astroid = %{version}-%{release}
 Obsoletes:      python-logilab-astng <= 0.24.1
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools python-tools
-BuildRequires:  python-logilab-common >= 0.60.0
-Requires:       python-logilab-common >= 0.60.0
+BuildRequires:  python-logilab-common >= 0.61.0
+Requires:       python-logilab-common >= 0.61.0
 %if 0%{?with_python3}
 BuildRequires:  python3-devel python3-setuptools python3-tools
-BuildRequires:  python3-logilab-common >= 0.60.0
+BuildRequires:  python3-logilab-common >= 0.61.0
 %endif # if with_python3
 
 %description
@@ -41,7 +39,7 @@ python module with some additional methods and attributes.
 %package -n python3-astroid
 Summary:        Python Abstract Syntax Tree New Generation
 Group:          Development/Languages
-Requires:       python3-logilab-common >= 0.60.0
+Requires:       python3-logilab-common >= 0.61.0
 
 %description -n python3-astroid
 The aim of this module is to provide a common base representation of
@@ -52,7 +50,6 @@ python module with some additional methods and attributes.
 
 %prep
 %setup -q -n logilab-astroid-%{commit}
-%patch0 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -115,6 +112,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Thu Feb 27 2014 Brian C. Lane <bcl at redhat.com> 1.0.1-1
+- Upstream v1.0.1
+  Drop patch included in upstream
+
 * Thu Oct 24 2013 Brian C. Lane <bcl at redhat.com> 1.0.0-6
 - Switching on python3 support
 
diff --git a/sources b/sources
index b19dbc8..729f108 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7aeaf5b02af4526e577ba5787243445  astroid-version-1.0.0.tar.bz2
+556daeab0e496795ae791992cc373ca0  astroid-version-1.0.1.tar.bz2


More information about the scm-commits mailing list