Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
1
.argparse-manpage.metadata
Normal file
1
.argparse-manpage.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
91ff825ad41d2aa9453bce1dee8d569754ce944d SOURCES/argparse-manpage-1.1.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/argparse-manpage-*.tar.gz
|
SOURCES/argparse-manpage-1.1.tar.gz
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
|
%bcond_without python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%if 0%{?fedora} > 29
|
|
||||||
%bcond_with python2
|
|
||||||
%else
|
|
||||||
%bcond_without python2
|
|
||||||
%endif
|
|
||||||
%else
|
%else
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
@ -29,14 +25,14 @@ There is a limited support for (deprecated) optparse objects, too.
|
|||||||
|
|
||||||
|
|
||||||
Name: argparse-manpage
|
Name: argparse-manpage
|
||||||
Version: 1.5
|
Version: 1.1
|
||||||
Release: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: %{sum Python}
|
Summary: %{sum Python}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/praiskup/%{name}
|
URL: https://github.com/praiskup/%{name}
|
||||||
Source0: %pypi_source
|
Source0: https://github.com/praiskup/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python2-setuptools python2-devel
|
BuildRequires: python2-setuptools python2-devel
|
||||||
@ -142,49 +138,6 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-4
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-3
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 14 2020 Pavel Raiskup <praiskup@redhat.com> - 1.5-1
|
|
||||||
- new release
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4-3
|
|
||||||
- Rebuilt for Python 3.9
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 24 2020 Pavel Raiskup <praiskup@redhat.com> - 1.4-1
|
|
||||||
- new release to fix testsuite against Python 3.9
|
|
||||||
|
|
||||||
* Tue Jan 07 2020 Pavel Raiskup <praiskup@redhat.com> - 1.3-1
|
|
||||||
- new release
|
|
||||||
|
|
||||||
* Sat Sep 07 2019 Pavel Raiskup <praiskup@redhat.com> - 1.2.2-1
|
|
||||||
- new release
|
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1-6
|
|
||||||
- Rebuilt for Python 3.8
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 02 2018 Pavel Raiskup <praiskup@redhat.com> - 1.1-3
|
|
||||||
- drop python3 on F30+ (rhbz#1634992)
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
@ -1,36 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
|
|
||||||
# Prepare master branch, review the list of branches below and then execute this
|
|
||||||
# script.
|
|
||||||
|
|
||||||
branches='master epel7 epel8 f32 f33'
|
|
||||||
|
|
||||||
exit_handler ()
|
|
||||||
{
|
|
||||||
git checkout master
|
|
||||||
}
|
|
||||||
|
|
||||||
trap exit_handler EXIT
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -x
|
|
||||||
|
|
||||||
koji hello
|
|
||||||
|
|
||||||
tasks=
|
|
||||||
for branch in $branches; do
|
|
||||||
if test $branch != master; then
|
|
||||||
git checkout "$branch"
|
|
||||||
git merge master
|
|
||||||
fi
|
|
||||||
git push
|
|
||||||
tasks="${tasks}`fedpkg build --nowait | grep 'Created task' | cut -d: -f2`"
|
|
||||||
done
|
|
||||||
|
|
||||||
koji watch-task $tasks
|
|
||||||
|
|
||||||
for branch in $branches; do
|
|
||||||
test $branch != master || continue
|
|
||||||
git checkout $branch
|
|
||||||
fedpkg update
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user