apevec pushed to python-pycadf (master). "new version 0.8.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 15:34:14 UTC 2015


>From 05b5c71d1cbbe3a6a760ad65c31be1534d31b4b5 Mon Sep 17 00:00:00 2001
From: Alan Pevec <alan.pevec at redhat.com>
Date: Tue, 31 Mar 2015 17:30:08 +0200
Subject: new version 0.8.0


diff --git a/.gitignore b/.gitignore
index ea5c505..3ed1771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pycadf-0.4.1.tar.gz
 /pycadf-0.5.1.tar.gz
 /pycadf-0.6.0.tar.gz
+/pycadf-0.8.0.tar.gz
diff --git a/python-pycadf.spec b/python-pycadf.spec
index 1be566e..04076df 100644
--- a/python-pycadf.spec
+++ b/python-pycadf.spec
@@ -9,8 +9,8 @@
 %endif
 
 Name:           python-%{pypi_name}
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        DMTF Cloud Audit (CADF) data model
 
 License:        ASL 2.0
@@ -25,27 +25,25 @@ BuildRequires:  python-pbr
 Requires:       python-babel
 Requires:       python-iso8601
 Requires:       python-netaddr
-Requires:       python-oslo-config >= 1:1.4.0.0
+Requires:       python-oslo-config >= 1:1.9.3
+Requires:       python-oslo-context
+Requires:       python-oslo-i18n
 Requires:       python-oslo-messaging >= 1.4.0.0
+Requires:       python-oslo-serialization
 Requires:       python-posix_ipc
 Requires:       pytz
-Requires:       python-six >= 1.7.0
+Requires:       python-six >= 1.9.0
 Requires:       python-webob >= 1.2.3
 
 %description
 DMTF Cloud Audit (CADF) data model
 
-
 %prep
 %setup -q -n %{pypi_name}-%{version}
-# Remove bundled egg-info
-rm -rf %{pypi_name}.egg-info
-
 
 %build
 %{__python2} setup.py build
 
-
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
 mkdir -p %{buildroot}/%{_sysconfdir}
@@ -54,7 +52,8 @@ rm -rf %{buildroot}/%{python_sitelib}/%{pypi_name}/tests
 
 
 %files
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %dir %{_sysconfdir}/%{pypi_name}
 %config(noreplace) %{_sysconfdir}/%{pypi_name}/*.conf
 %{python2_sitelib}/%{pypi_name}
@@ -62,6 +61,9 @@ rm -rf %{buildroot}/%{python_sitelib}/%{pypi_name}/tests
 
 
 %changelog
+* Tue Mar 31 2015 Alan Pevec <apevec at redhat.com> - 0.8.0-1
+- new version
+
 * Wed Sep 17 2014 Alan Pevec <apevec at redhat.com> - 0.6.0-2
 - update dependencies
 
diff --git a/sources b/sources
index 2e7a87c..89e46ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-283ff62801098f499e37aa493c1d18bb  pycadf-0.6.0.tar.gz
+3a9f439003ed165db7e9a7ef1d360259  pycadf-0.8.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-pycadf.git/commit/?h=master&id=05b5c71d1cbbe3a6a760ad65c31be1534d31b4b5


More information about the scm-commits mailing list