diff --git a/.gitignore b/.gitignore index 2fb74cc..def4886 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /factory_boy-392db861e585f12038f18f41e467ecfcab9d39b0.tar.gz /factory_boy-9b8ad9be6f3b033e1e3673e4329ac63ba9fa07d9.tar.gz /factory_boy-3b3fed10ba95ef55cf057994922af55defd007ba.tar.gz +/v2.6.1.tar.gz diff --git a/python-factory-boy.spec b/python-factory-boy.spec index 9680999..d4aba6b 100644 --- a/python-factory-boy.spec +++ b/python-factory-boy.spec @@ -1,7 +1,5 @@ %global with_python3 1 %global pkgname factory_boy -%global commit 3b3fed10ba95ef55cf057994922af55defd007ba -%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global desc factory_boy is a fixtures replacement based on thoughtbot's factory_girl\ .\ \ @@ -16,14 +14,14 @@ Its features include:\ - Support for various ORMs (currently Django, Mogo, SQLAlchemy)\ Name: python-factory-boy -Version: 2.6.0 -Release: 4%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: A versatile test fixtures replacement based on thoughtbot's factory_girl Group: Development/Languages License: MIT URL: https://github.com/rbarrois/factory_boy -Source0: https://github.com/rbarrois/factory_boy/archive/%{commit}/%{pkgname}-%{commit}.tar.gz +Source0: https://github.com/rbarrois/factory_boy/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools @@ -69,7 +67,7 @@ Summary: API documentation for %{name} Documentation for the %{name} API %prep -%autosetup -n %{pkgname}-%{commit} +%autosetup -n %{pkgname}-%{version} %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} @@ -129,6 +127,9 @@ install -D -m 644 docs/_build/man/factoryboy.1 %{buildroot}%{_mandir}/man3/facto %{_mandir}/man3/factoryboy.3* %changelog +* Wed Feb 24 2016 Juan Orti Alcaine - 2.6.1-1 +- Version 2.6.1 + * Thu Feb 04 2016 Fedora Release Engineering - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 73fa6d2..3317f08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4d212f30d35d0aed7d6055f706a43ec factory_boy-3b3fed10ba95ef55cf057994922af55defd007ba.tar.gz +e35baf9c9d154df432c74e7e0a9b0211 v2.6.1.tar.gz