Update to Fedora 34, new myq_gadgets package added

This commit is contained in:
2021-05-21 09:31:54 +02:00
parent 863571492e
commit 925f88d193
14 changed files with 119 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global oname argparse
%define __python /usr/bin/python3
Summary: Optparse inspired command line parser for Python
Name: python3-argparse
@@ -55,9 +56,15 @@ rm -rf %{buildroot}%{python3_sitelib}/__pycache__
%{python3_sitelib}/*
%changelog
* Sat May 2 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 33.
* Sat May 2 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 32.
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build, it's required by powerline_shell package.