fab pushed to python-configargparse (f29). "* Sun Apr 28 2019 Fabian
Affolter <mail@fabian-affolter.ch> - 0.14.0-1 (..more)"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:25:01 UTC
From fbe4e7149816bbc0157caa5afa3e6c7afad54342 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:13:32 +0000
Subject: * Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
- Update to new upstream version 0.14.0
* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
- Update to new upstream version 0.13.0 (rhbz#1643700)
---
diff --git a/.gitignore b/.gitignore
index 0690c61..466ca0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/ConfigArgParse-0.10.0.tar.gz
/ConfigArgParse-0.11.0.tar.gz
/ConfigArgParse-0.12.0.tar.gz
+/ConfigArgParse-0.14.0.tar.gz
diff --git a/python-configargparse.spec b/python-configargparse.spec
index 537bff1..d22680f 100644
--- a/python-configargparse.spec
+++ b/python-configargparse.spec
@@ -1,8 +1,8 @@
%global srcname ConfigArgParse
Name: python-configargparse
-Version: 0.12.0
-Release: 7%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
Summary: A Python module with support for argparse, config files, and env variables
License: MIT
@@ -52,6 +52,12 @@ argparse to add these features.
%{python3_sitelib}/__pycache__/configargparse*
%changelog
+* Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
+- Update to new upstream version 0.14.0
+
+* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
+- Update to new upstream version 0.13.0 (rhbz#1643700)
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index c629036..d1268f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ConfigArgParse-0.12.0.tar.gz) = c8499241c3fb13bc7734e1d63bee1cedce909c6800595265e61f8d086f985b08a01ce8312bc47db04402bb4070d41884fe8eedd73d9c5ef7c7a159236639792d
+SHA512 (ConfigArgParse-0.14.0.tar.gz) = e48ca61027abf0e0acb8414b6d89b276b186b4f714368b8c33975537c2264bb2d81f18cf3013b99d9ce752014361afa973f704b3f6957ca4b98319bb0ca5ca8c
https://src.fedoraproject.org/rpms/python-configargparse/c/fbe4e7149816bb...
3 years, 9 months
fab pushed to python-configargparse (f29). "Subpackage
python2-configargparse has been removed"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:25:01 UTC
From 5677fe877d10285bf078b6ce04250f6019623924 Mon Sep 17 00:00:00 2001
From: Miro Hrončok <miro(a)hroncok.cz>
Date: Jan 09 2019 12:11:34 +0000
Subject: Subpackage python2-configargparse has been removed
---
diff --git a/python-configargparse.spec b/python-configargparse.spec
index c0cb1c1..39cd8f2 100644
--- a/python-configargparse.spec
+++ b/python-configargparse.spec
@@ -2,7 +2,7 @@
Name: python-configargparse
Version: 0.12.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A Python module with support for argparse, config files, and env variables
License: MIT
@@ -10,8 +10,6 @@ URL: https://github.com/bw2/ConfigArgParse
Source0: https://github.com/bw2/ConfigArgParse/archive/%{version}.tar.gz#/%{srcnam...
Buildarch: noarch
-BuildRequires: python2-devel
-BuildRequires: python2-setuptools
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -24,19 +22,6 @@ Python’s command line parsing modules such as argparse have very limited
support for config files and environment variables, so this module extends
argparse to add these features.
-%package -n python2-configargparse
-Summary: %{summary}
-%{?python_provide:%python_provide python2-configargparse}
-
-%description -n python2-configargparse
-Applications with more than a handful of user-settable options are best
-configured through a combination of command line args, config files, hard
-coded defaults, and in some cases, environment variables.
-
-Python’s command line parsing modules such as argparse have very limited
-support for config files and environment variables, so this module extends
-argparse to add these features.
-
%package -n python3-configargparse
Summary: %{summary}
%{?python_provide:%python_provide python3-configargparse}
@@ -54,19 +39,11 @@ argparse to add these features.
%autosetup -n %{srcname}-%{version}
%build
-%py2_build
%py3_build
%install
-%py2_install
%py3_install
-%files -n python2-configargparse
-%doc README.rst
-%license LICENSE
-%{python2_sitelib}/configargparse.py*
-%{python2_sitelib}/%{srcname}*.egg-info
-
%files -n python3-configargparse
%doc README.rst
%license LICENSE
@@ -75,6 +52,10 @@ argparse to add these features.
%{python3_sitelib}/__pycache__/configargparse*
%changelog
+* Wed Jan 09 2019 Miro Hrončok <mhroncok(a)redhat.com> - 0.12.0-6
+- Subpackage python2-configargparse has been removed
+ See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
+
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
https://src.fedoraproject.org/rpms/python-configargparse/c/5677fe877d1028...
3 years, 9 months
fab pushed to python-billiard (master). "* Wed May 01 2019 Fabian
Affolter <mail@fabian-affolter.ch> - 1:3.6.0.0-1 (..more)"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:23:19 UTC
From 4fa777b0541c5d411818ccf2427df5b569c2193e Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:23:05 +0000
Subject: * Wed May 01 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 1:3.6.0.0-1
- Update to latest upstream version 3.6.0.0 (rhbz#1672168)
---
diff --git a/.gitignore b/.gitignore
index 143b92c..9099b84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ billiard-0.3.1.tar.gz
/billiard-3.5.0.2.tar.gz
/billiard-3.5.0.3.tar.gz
/billiard-3.5.0.5.tar.gz
+/billiard-3.6.0.0.tar.gz
diff --git a/python-billiard.spec b/python-billiard.spec
index 0913e7d..0f28ea4 100644
--- a/python-billiard.spec
+++ b/python-billiard.spec
@@ -11,8 +11,8 @@
Name: python-%{srcname}
-Version: 3.5.0.5
-Release: 2%{?dist}
+Version: 3.6.0.0
+Release: 1%{?dist}
Epoch: 1
Summary: Multiprocessing Pool Extensions
@@ -108,6 +108,9 @@ cp -a . %{py3dir}
%endif
%changelog
+* Wed May 01 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 1:3.6.0.0-1
+- Update to latest upstream version 3.6.0.0 (rhbz#1672168)
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:3.5.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index ca9b514..1eda779 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (billiard-3.5.0.5.tar.gz) = 69593ea933c02580ba9807967556eb210e6a2210a8ae6d5f40de9155dbc2378e24df08de7d82252dbddc669dd33dbd012c719db6343ca78c28cee6d6a7dddb0e
+SHA512 (billiard-3.6.0.0.tar.gz) = 0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff
https://src.fedoraproject.org/rpms/python-billiard/c/4fa777b0541c5d411818...
3 years, 9 months
ilgrad pushed to rubygem-diffy (f30). "Update to 3.2.1"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:22:52 UTC
From ff41d1d778fc0fe1f70b9c291cf1c8185b0dc650 Mon Sep 17 00:00:00 2001
From: Ilia Gradina <ilgrad(a)x230.localdomain>
Date: Apr 30 2019 22:15:30 +0000
Subject: Update to 3.2.1
---
diff --git a/.gitignore b/.gitignore
index 9aef91e..57fa346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/diffy-3.0.7.gem
/diffy-3.1.0.gem
/diffy-3.2.0.gem
+/diffy-3.2.1.gem
diff --git a/rubygem-diffy.spec b/rubygem-diffy.spec
index 023782f..9184d1a 100644
--- a/rubygem-diffy.spec
+++ b/rubygem-diffy.spec
@@ -1,8 +1,8 @@
%global gem_name diffy
Name: rubygem-%{gem_name}
-Version: 3.2.0
-Release: 5.1%{?dist}
+Version: 3.2.1
+Release: 1%{?dist}
Summary: A convenient way to diff string in ruby
License: MIT
URL: http://github.com/samg/diffy
@@ -73,6 +73,9 @@ popd
%changelog
+* Wed May 01 2019 Ilya Gradina <ilya.gradina(a)gmail.com> - 3.2.1-1
+- Update to 3.2.1
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.0-5.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index cd5c4a0..18d3f51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (diffy-3.2.0.gem) = 29c5667bdbc60b55b2d7b60987407bcc5a4f124729dfbbd9309db06b71fd1b5dff6d8e0a8d6eb81626bce87fb9516c9ad72763744b3ab86fe97c5a306677bc41
+SHA512 (diffy-3.2.1.gem) = 5d5d34c2581550d70ce85603758c67f8732a883de9c60eb8eef744027ea8d89b9d603776e66ef7a0a3efea454d6d2f2e2004515cba7bfccd343d91ce78eb65bf
https://src.fedoraproject.org/rpms/rubygem-diffy/c/ff41d1d778fc0fe1f70b9c...
3 years, 9 months
fab pushed to python-configargparse (f30). "* Sun Apr 28 2019 Fabian
Affolter <mail@fabian-affolter.ch> - 0.14.0-1 (..more)"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:19:05 UTC
From fbe4e7149816bbc0157caa5afa3e6c7afad54342 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:13:32 +0000
Subject: * Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
- Update to new upstream version 0.14.0
* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
- Update to new upstream version 0.13.0 (rhbz#1643700)
---
diff --git a/.gitignore b/.gitignore
index 0690c61..466ca0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/ConfigArgParse-0.10.0.tar.gz
/ConfigArgParse-0.11.0.tar.gz
/ConfigArgParse-0.12.0.tar.gz
+/ConfigArgParse-0.14.0.tar.gz
diff --git a/python-configargparse.spec b/python-configargparse.spec
index 537bff1..d22680f 100644
--- a/python-configargparse.spec
+++ b/python-configargparse.spec
@@ -1,8 +1,8 @@
%global srcname ConfigArgParse
Name: python-configargparse
-Version: 0.12.0
-Release: 7%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
Summary: A Python module with support for argparse, config files, and env variables
License: MIT
@@ -52,6 +52,12 @@ argparse to add these features.
%{python3_sitelib}/__pycache__/configargparse*
%changelog
+* Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
+- Update to new upstream version 0.14.0
+
+* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
+- Update to new upstream version 0.13.0 (rhbz#1643700)
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index c629036..d1268f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ConfigArgParse-0.12.0.tar.gz) = c8499241c3fb13bc7734e1d63bee1cedce909c6800595265e61f8d086f985b08a01ce8312bc47db04402bb4070d41884fe8eedd73d9c5ef7c7a159236639792d
+SHA512 (ConfigArgParse-0.14.0.tar.gz) = e48ca61027abf0e0acb8414b6d89b276b186b4f714368b8c33975537c2264bb2d81f18cf3013b99d9ce752014361afa973f704b3f6957ca4b98319bb0ca5ca8c
https://src.fedoraproject.org/rpms/python-configargparse/c/fbe4e7149816bb...
3 years, 9 months
ilgrad pushed to rubygem-diffy (master). "Update to 3.2.1"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:15:37 UTC
From ff41d1d778fc0fe1f70b9c291cf1c8185b0dc650 Mon Sep 17 00:00:00 2001
From: Ilia Gradina <ilgrad(a)x230.localdomain>
Date: Apr 30 2019 22:15:30 +0000
Subject: Update to 3.2.1
---
diff --git a/.gitignore b/.gitignore
index 9aef91e..57fa346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/diffy-3.0.7.gem
/diffy-3.1.0.gem
/diffy-3.2.0.gem
+/diffy-3.2.1.gem
diff --git a/rubygem-diffy.spec b/rubygem-diffy.spec
index 023782f..9184d1a 100644
--- a/rubygem-diffy.spec
+++ b/rubygem-diffy.spec
@@ -1,8 +1,8 @@
%global gem_name diffy
Name: rubygem-%{gem_name}
-Version: 3.2.0
-Release: 5.1%{?dist}
+Version: 3.2.1
+Release: 1%{?dist}
Summary: A convenient way to diff string in ruby
License: MIT
URL: http://github.com/samg/diffy
@@ -73,6 +73,9 @@ popd
%changelog
+* Wed May 01 2019 Ilya Gradina <ilya.gradina(a)gmail.com> - 3.2.1-1
+- Update to 3.2.1
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.0-5.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index cd5c4a0..18d3f51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (diffy-3.2.0.gem) = 29c5667bdbc60b55b2d7b60987407bcc5a4f124729dfbbd9309db06b71fd1b5dff6d8e0a8d6eb81626bce87fb9516c9ad72763744b3ab86fe97c5a306677bc41
+SHA512 (diffy-3.2.1.gem) = 5d5d34c2581550d70ce85603758c67f8732a883de9c60eb8eef744027ea8d89b9d603776e66ef7a0a3efea454d6d2f2e2004515cba7bfccd343d91ce78eb65bf
https://src.fedoraproject.org/rpms/rubygem-diffy/c/ff41d1d778fc0fe1f70b9c...
3 years, 9 months
fab pushed to python-configargparse (master). "* Sun Apr 28 2019
Fabian Affolter <mail@fabian-affolter.ch> - 0.14.0-1 (..more)"
by notifications@fedoraproject.org
Notification time stamped 2019-04-30 22:13:54 UTC
From fbe4e7149816bbc0157caa5afa3e6c7afad54342 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:13:32 +0000
Subject: * Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
- Update to new upstream version 0.14.0
* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
- Update to new upstream version 0.13.0 (rhbz#1643700)
---
diff --git a/.gitignore b/.gitignore
index 0690c61..466ca0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/ConfigArgParse-0.10.0.tar.gz
/ConfigArgParse-0.11.0.tar.gz
/ConfigArgParse-0.12.0.tar.gz
+/ConfigArgParse-0.14.0.tar.gz
diff --git a/python-configargparse.spec b/python-configargparse.spec
index 537bff1..d22680f 100644
--- a/python-configargparse.spec
+++ b/python-configargparse.spec
@@ -1,8 +1,8 @@
%global srcname ConfigArgParse
Name: python-configargparse
-Version: 0.12.0
-Release: 7%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
Summary: A Python module with support for argparse, config files, and env variables
License: MIT
@@ -52,6 +52,12 @@ argparse to add these features.
%{python3_sitelib}/__pycache__/configargparse*
%changelog
+* Sun Apr 28 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.14.0-1
+- Update to new upstream version 0.14.0
+
+* Wed Apr 10 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.13.0-1
+- Update to new upstream version 0.13.0 (rhbz#1643700)
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index c629036..d1268f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ConfigArgParse-0.12.0.tar.gz) = c8499241c3fb13bc7734e1d63bee1cedce909c6800595265e61f8d086f985b08a01ce8312bc47db04402bb4070d41884fe8eedd73d9c5ef7c7a159236639792d
+SHA512 (ConfigArgParse-0.14.0.tar.gz) = e48ca61027abf0e0acb8414b6d89b276b186b4f714368b8c33975537c2264bb2d81f18cf3013b99d9ce752014361afa973f704b3f6957ca4b98319bb0ca5ca8c
https://src.fedoraproject.org/rpms/python-configargparse/c/fbe4e7149816bb...
3 years, 9 months