[PyXB] Update to upstream version 1.2.3

Michal Srb msrb at fedoraproject.org
Fri May 16 03:20:06 UTC 2014


commit 9ec7f8b56f73f6e1a3f3e93080077f5d9c88ca45
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Apr 25 13:28:20 2014 +0200

    Update to upstream version 1.2.3
    
    - Resolves: rhbz#1086133

 .gitignore |    1 +
 PyXB.spec  |   26 +++++++++++---------------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9445cab..2447548 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PyXB-full-1.1.2.tar.gz
+/PyXB-1.2.3.tar.gz
diff --git a/PyXB.spec b/PyXB.spec
index ae07709..029eefa 100644
--- a/PyXB.spec
+++ b/PyXB.spec
@@ -1,21 +1,18 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
 Name:           PyXB
-Version:        1.1.2
-Release:        5%{?dist}
+Version:        1.2.3
+Release:        1%{?dist}
 Summary:        Python XML Schema Bindings
-
-Group:          Development/Languages
 License:        Apache
 URL:            http://pyxb.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/project/pyxb/pyxb/1.1.2%20%28Beta%29/%{name}-full-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:        http://downloads.sourceforge.net/project/pyxb/pyxb/%{version}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
+
 BuildRequires:  python-devel
 
 %description
-PyXB (“pixbee”) is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.
+PyXB (“pixbee”) is a pure Python package that generates Python source
+code for classes that correspond to data structures defined by
+XMLSchema.
 
 %prep
 %setup -q
@@ -24,19 +21,18 @@ PyXB (“pixbee”) is a pure Python package that generates Python source code f
 %{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc doc/* LICENSE NOTICE PKG-INFO README.txt examples/*
 %{python_sitelib}/*
 %{_bindir}/pyx*
 
 %changelog
+* Fri Apr 25 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.2.3-1
+- Update to upstream version 1.2.3
+- Resolves: rhbz#1086133
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 986d57d..b5c6a05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2614e945274d5c23b96bafb12f639674  PyXB-full-1.1.2.tar.gz
+e7e15abb99f686939ef4c4bead4f05e3  PyXB-1.2.3.tar.gz


More information about the scm-commits mailing list