[python-Traits] Update to 4.5.0

Orion Poplawski orion at fedoraproject.org
Thu May 15 04:12:46 UTC 2014


commit 027eb02bba1f3c6136a3b4b55facdb5d319c7c33
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed May 14 22:12:26 2014 -0600

    Update to 4.5.0

 .gitignore         |    1 +
 python-Traits.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd81a32..58a98b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Traits-3.4.0.tar.gz
 /traits-4.2.0.tar.gz
 /traits-4.3.0.tar.gz
 /traits-4.4.0.tar.gz
+/traits-4.5.0.tar.gz
diff --git a/python-Traits.spec b/python-Traits.spec
index ed6c5bb..3db6d7a 100644
--- a/python-Traits.spec
+++ b/python-Traits.spec
@@ -1,11 +1,11 @@
 Name:           python-Traits
-Version:        4.4.0
+Version:        4.5.0
 Release:        1%{?dist}
 Summary:        Explicitly typed attributes for Python
 Group:          Development/Libraries
 License:        BSD
 URL:            http://code.enthought.com/projects/traits/
-Source0:        http://www.enthought.com/repo/ets/traits-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/t/traits/traits-%{version}.tar.gz
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 Requires:       numpy
@@ -45,11 +45,14 @@ rm $RPM_BUILD_ROOT%{python_sitearch}/traits/ctraits.c
 python setup.py test
 
 %files
-%doc README.rst PKG-INFO
+%doc CHANGES.txt docs/*.pdf examples LICENSE.txt README.rst
 %{python_sitearch}/*.egg-info
 %{python_sitearch}/traits
 
 %changelog
+* Wed May 14 2014 Orion Poplawski <orion at cora.nwra.com> - 4.5.0-1
+- Update to 4.5.0
+
 * Thu Jan 30 2014 Orion Poplawski <orion at cora.nwra.com> - 4.4.0-1
 - Update to 4.4.0
 
diff --git a/sources b/sources
index 904387a..5569017 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ced61ab7dac2ca41420fbd20edd7e502  traits-4.4.0.tar.gz
+3ad558eebaedc63c29c80183c0371d2f  traits-4.5.0.tar.gz


More information about the scm-commits mailing list