From 9359207b477c45878c3f0b70b9ea204e414895ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:01:09 +0200 Subject: [PATCH 01/45] Rebuilt for Python 3.8 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 2181c0e..9ac62fb 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.2.3-2 +- Rebuilt for Python 3.8 + * Thu Aug 08 2019 Scott K Logan - 0.2.3-1 - Update to 0.2.3 From efca3414288c9cdbfde30a535786183835f60576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:35:05 +0200 Subject: [PATCH 02/45] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 9ac62fb..9ce6f95 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.2.3-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.2.3-2 - Rebuilt for Python 3.8 From 69377a45091b1bc1754113a35de0bfdac15db835 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 30 Oct 2019 12:37:35 -0700 Subject: [PATCH 03/45] Update to 0.2.4 --- .gitignore | 1 + python-vcstool.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2f78b3f..4d5b16d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vcstool-0.2.1.tar.gz /vcstool-0.2.2.tar.gz /vcstool-0.2.3.tar.gz +/vcstool-0.2.4.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 9ce6f95..0c63602 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -1,11 +1,11 @@ -%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || (0%{?fedora} < 30 && 0%{?rhel} < 8)} +%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)} %{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7} %global srcname vcstool Name: python-%{srcname} -Version: 0.2.3 -Release: 3%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -48,9 +48,9 @@ Requires: python2-pyyaml Requires: python2-setuptools %endif # __pythondist_requires -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora +%endif # fedora || rhel >= 8 %description -n python2-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -84,9 +84,9 @@ Requires: python%{python3_pkgversion}-PyYAML Requires: python%{python3_pkgversion}-setuptools %endif # __pythondist_requires -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora +%endif # fedora || rhel >= 8 %description -n python%{python3_pkgversion}-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Wed Oct 30 2019 Scott K Logan - 0.2.4-1 +- Update to 0.2.4 (rhbz#1764143) + * Thu Oct 03 2019 Miro Hrončok - 0.2.3-3 - Rebuilt for Python 3.8.0rc1 (#1748018) diff --git a/sources b/sources index 39bee7b..a82b042 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.3.tar.gz) = b00c602022e03ae6b817c0c51a9a465016641eef8afea6dfab1e9b85a74b0922b4a91f7291a3b9fa7471226786927137f69d025ab0db555f97023220ab99feea +SHA512 (vcstool-0.2.4.tar.gz) = a4076e07ce10cfbad33d34646572f70a410d56ebef2bb5c9dd146dc251daf91f644c12bb7022d15c67860ab09c2832f4067b41f9c703d70fd371146141f897e5 From bb61c318d91452365d2a13646991eb49357f5067 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 30 Oct 2019 12:37:35 -0700 Subject: [PATCH 04/45] Update to 0.2.4 --- .gitignore | 1 + python-vcstool.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2f78b3f..4d5b16d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vcstool-0.2.1.tar.gz /vcstool-0.2.2.tar.gz /vcstool-0.2.3.tar.gz +/vcstool-0.2.4.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 2181c0e..cbee80f 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -1,10 +1,10 @@ -%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || (0%{?fedora} < 30 && 0%{?rhel} < 8)} +%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)} %{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7} %global srcname vcstool Name: python-%{srcname} -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -48,9 +48,9 @@ Requires: python2-pyyaml Requires: python2-setuptools %endif # __pythondist_requires -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora +%endif # fedora || rhel >= 8 %description -n python2-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -84,9 +84,9 @@ Requires: python%{python3_pkgversion}-PyYAML Requires: python%{python3_pkgversion}-setuptools %endif # __pythondist_requires -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora +%endif # fedora || rhel >= 8 %description -n python%{python3_pkgversion}-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Wed Oct 30 2019 Scott K Logan - 0.2.4-1 +- Update to 0.2.4 (rhbz#1764143) + * Thu Aug 08 2019 Scott K Logan - 0.2.3-1 - Update to 0.2.3 diff --git a/sources b/sources index 39bee7b..a82b042 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.3.tar.gz) = b00c602022e03ae6b817c0c51a9a465016641eef8afea6dfab1e9b85a74b0922b4a91f7291a3b9fa7471226786927137f69d025ab0db555f97023220ab99feea +SHA512 (vcstool-0.2.4.tar.gz) = a4076e07ce10cfbad33d34646572f70a410d56ebef2bb5c9dd146dc251daf91f644c12bb7022d15c67860ab09c2832f4067b41f9c703d70fd371146141f897e5 From cfd749d03270da263de0c4de32370eb686c897f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 16:04:28 +0000 Subject: [PATCH 05/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 0c63602..cd9d199 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Oct 30 2019 Scott K Logan - 0.2.4-1 - Update to 0.2.4 (rhbz#1764143) From 32fffa0ae93aa7386a855ecba60957118209fc04 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 15 Apr 2020 13:34:59 -0700 Subject: [PATCH 06/45] Update to 0.2.7 --- .gitignore | 1 + python-vcstool.spec | 41 ++++++++++++++++++++++------------------- sources | 2 +- 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 4d5b16d..c76bec7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /vcstool-0.2.2.tar.gz /vcstool-0.2.3.tar.gz /vcstool-0.2.4.tar.gz +/vcstool-0.2.7.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index cd9d199..ffd3760 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,8 +4,8 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -46,11 +46,11 @@ BuildRequires: python2-setuptools %if %{undefined __pythondist_requires} Requires: python2-pyyaml Requires: python2-setuptools -%endif # __pythondist_requires +%endif -%if 0%{?fedora} || 0%{?rhel} >= 8 +%if !0%{?rhel} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora || rhel >= 8 +%endif %description -n python2-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -66,7 +66,7 @@ The biggest differences between the two are: as keys in YAML which avoids collisions by design. - vcstool has significantly less lines of code than vcstools including the command line tools built on top. -%endif # with_python2 +%endif %if 0%{?with_python3} @@ -82,11 +82,11 @@ BuildRequires: python%{python3_pkgversion}-setuptools %if %{undefined __pythondist_requires} Requires: python%{python3_pkgversion}-PyYAML Requires: python%{python3_pkgversion}-setuptools -%endif # __pythondist_requires +%endif -%if 0%{?fedora} || 0%{?rhel} >= 8 +%if !0%{?rhel} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora || rhel >= 8 +%endif %description -n python%{python3_pkgversion}-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -102,7 +102,7 @@ The biggest differences between the two are: as keys in YAML which avoids collisions by design. - vcstool has significantly less lines of code than vcstools including the command line tools built on top. -%endif # with_python3 +%endif %prep @@ -117,11 +117,11 @@ sed -i -f %{SOURCE1} test/*.txt %build %if 0%{?with_python2} %py2_build -%endif # with_python2 +%endif %if 0%{?with_python3} %py3_build -%endif # with_python3 +%endif %install @@ -142,7 +142,7 @@ for f in `ls %{buildroot}%{_bindir}2`; do %if !(0%{?with_python3}) ln -s $f-%{python2_version} %{buildroot}%{_bindir}/$f echo "%{_bindir}/$f" >> py2_bins -%endif # with_python3 +%endif echo -e "%{_bindir}/$f-2\n%{_bindir}/$f-%{python2_version}" >> py2_bins done @@ -150,7 +150,7 @@ done cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-2 ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif # with_python2 +%endif %if 0%{?with_python3} %py3_install -- --install-scripts %{_bindir}%{python3_pkgversion} @@ -167,7 +167,7 @@ done cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-3 ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif # with_python3 +%endif %check @@ -181,11 +181,11 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %if 0%{?with_python2} %{__python2} -m pytest %pytest_options -%endif # with_python2 +%endif %if 0%{?with_python3} %{__python3} -m pytest %pytest_options -%endif # with_python3 +%endif %if 0%{?with_python2} @@ -198,7 +198,7 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %{_datadir}/bash-completion/completions/vcs %{_datadir}/bash-completion/completions/vcs-2 %{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif # with_python2 +%endif %if 0%{?with_python3} %files -n python%{python3_pkgversion}-%{srcname} -f py3_bins @@ -210,10 +210,13 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %{_datadir}/bash-completion/completions/vcs %{_datadir}/bash-completion/completions/vcs-3 %{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif # with_python3 +%endif %changelog +* Wed Apr 15 2020 Scott K Logan - 0.2.7-1 +- Update to 0.2.7 (rhbz#1787844) + * Thu Jan 30 2020 Fedora Release Engineering - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index a82b042..68ac4f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.4.tar.gz) = a4076e07ce10cfbad33d34646572f70a410d56ebef2bb5c9dd146dc251daf91f644c12bb7022d15c67860ab09c2832f4067b41f9c703d70fd371146141f897e5 +SHA512 (vcstool-0.2.7.tar.gz) = 5b55b19531ba4e1761f95ed067b71f56c893abfdd8c3525ae3e2919d54f6cc4a4409a0522df983a7ba69c5d62d8d5cb6108f89bb8740e34b20db020dabf0283d From 989c280a4202ef94e5bf604a786906d5100f4f1d Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 15 Apr 2020 13:34:59 -0700 Subject: [PATCH 07/45] Update to 0.2.7 --- .gitignore | 1 + python-vcstool.spec | 39 +++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 4d5b16d..c76bec7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /vcstool-0.2.2.tar.gz /vcstool-0.2.3.tar.gz /vcstool-0.2.4.tar.gz +/vcstool-0.2.7.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index cbee80f..a34a23d 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.4 +Version: 0.2.7 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -46,11 +46,11 @@ BuildRequires: python2-setuptools %if %{undefined __pythondist_requires} Requires: python2-pyyaml Requires: python2-setuptools -%endif # __pythondist_requires +%endif -%if 0%{?fedora} || 0%{?rhel} >= 8 +%if !0%{?rhel} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora || rhel >= 8 +%endif %description -n python2-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -66,7 +66,7 @@ The biggest differences between the two are: as keys in YAML which avoids collisions by design. - vcstool has significantly less lines of code than vcstools including the command line tools built on top. -%endif # with_python2 +%endif %if 0%{?with_python3} @@ -82,11 +82,11 @@ BuildRequires: python%{python3_pkgversion}-setuptools %if %{undefined __pythondist_requires} Requires: python%{python3_pkgversion}-PyYAML Requires: python%{python3_pkgversion}-setuptools -%endif # __pythondist_requires +%endif -%if 0%{?fedora} || 0%{?rhel} >= 8 +%if !0%{?rhel} || 0%{?rhel} >= 8 Recommends: git -%endif # fedora || rhel >= 8 +%endif %description -n python%{python3_pkgversion}-%{srcname} Vcstool is a version control system (VCS) tool, designed to make working with @@ -102,7 +102,7 @@ The biggest differences between the two are: as keys in YAML which avoids collisions by design. - vcstool has significantly less lines of code than vcstools including the command line tools built on top. -%endif # with_python3 +%endif %prep @@ -117,11 +117,11 @@ sed -i -f %{SOURCE1} test/*.txt %build %if 0%{?with_python2} %py2_build -%endif # with_python2 +%endif %if 0%{?with_python3} %py3_build -%endif # with_python3 +%endif %install @@ -142,7 +142,7 @@ for f in `ls %{buildroot}%{_bindir}2`; do %if !(0%{?with_python3}) ln -s $f-%{python2_version} %{buildroot}%{_bindir}/$f echo "%{_bindir}/$f" >> py2_bins -%endif # with_python3 +%endif echo -e "%{_bindir}/$f-2\n%{_bindir}/$f-%{python2_version}" >> py2_bins done @@ -150,7 +150,7 @@ done cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-2 ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif # with_python2 +%endif %if 0%{?with_python3} %py3_install -- --install-scripts %{_bindir}%{python3_pkgversion} @@ -167,7 +167,7 @@ done cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-3 ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif # with_python3 +%endif %check @@ -181,11 +181,11 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %if 0%{?with_python2} %{__python2} -m pytest %pytest_options -%endif # with_python2 +%endif %if 0%{?with_python3} %{__python3} -m pytest %pytest_options -%endif # with_python3 +%endif %if 0%{?with_python2} @@ -198,7 +198,7 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %{_datadir}/bash-completion/completions/vcs %{_datadir}/bash-completion/completions/vcs-2 %{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif # with_python2 +%endif %if 0%{?with_python3} %files -n python%{python3_pkgversion}-%{srcname} -f py3_bins @@ -210,10 +210,13 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %{_datadir}/bash-completion/completions/vcs %{_datadir}/bash-completion/completions/vcs-3 %{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif # with_python3 +%endif %changelog +* Wed Apr 15 2020 Scott K Logan - 0.2.7-1 +- Update to 0.2.7 (rhbz#1787844) + * Wed Oct 30 2019 Scott K Logan - 0.2.4-1 - Update to 0.2.4 (rhbz#1764143) diff --git a/sources b/sources index a82b042..68ac4f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.4.tar.gz) = a4076e07ce10cfbad33d34646572f70a410d56ebef2bb5c9dd146dc251daf91f644c12bb7022d15c67860ab09c2832f4067b41f9c703d70fd371146141f897e5 +SHA512 (vcstool-0.2.7.tar.gz) = 5b55b19531ba4e1761f95ed067b71f56c893abfdd8c3525ae3e2919d54f6cc4a4409a0522df983a7ba69c5d62d8d5cb6108f89bb8740e34b20db020dabf0283d From c23e884e3d7e55e123a57122a65b8ae003df6437 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sun, 10 May 2020 02:41:22 -0700 Subject: [PATCH 08/45] Update to 0.2.8 --- .gitignore | 1 + python-vcstool-0.1.37-older_git_syntax.sed | 21 -------- python-vcstool-0.2.8-old-git-syntax.patch | 61 ++++++++++++++++++++++ python-vcstool.spec | 14 +++-- sources | 2 +- 5 files changed, 69 insertions(+), 30 deletions(-) delete mode 100644 python-vcstool-0.1.37-older_git_syntax.sed create mode 100644 python-vcstool-0.2.8-old-git-syntax.patch diff --git a/.gitignore b/.gitignore index c76bec7..bbbcfc6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /vcstool-0.2.3.tar.gz /vcstool-0.2.4.tar.gz /vcstool-0.2.7.tar.gz +/vcstool-0.2.8.tar.gz diff --git a/python-vcstool-0.1.37-older_git_syntax.sed b/python-vcstool-0.1.37-older_git_syntax.sed deleted file mode 100644 index 4e0de81..0000000 --- a/python-vcstool-0.1.37-older_git_syntax.sed +++ /dev/null @@ -1,21 +0,0 @@ -s/^\( *\)git checkout -b $/\1git checkout -b new_branch_name/ -s/^(HEAD detached at \([0-9a-f\.]*\))$/(detached from \1)/ -s/^\(HEAD detached at [0-9a-f\.]*\)$/# \1/ -/^Your branch is up to date with 'origin\/.*'\.$/d -/^On branch master$/{ - N - /^On branch master\nYour branch is up to date with 'origin\/.*'\.$/{ - N - /^On branch master\nYour branch is up to date with 'origin\/.*'\.\n$/{ - N - s/^\(On branch master\)\nYour branch is up to date with 'origin\/.*'\.\n\n\(nothing to commit, working tree clean\)$/# \1\n\2/ - } - } -} -/^You are not currently on a branch\.$/{ - N - /^You are not currently on a branch\.\nPlease specify which branch you want to merge with\.$/{ - N - s/^You are not currently on a branch\.\nPlease specify which branch you want to merge with\.\nSee git-pull(1) for details\.$/You are not currently on a branch\. Please specify which\nbranch you want to merge with\. See git-pull(1) for details\./ - } -} diff --git a/python-vcstool-0.2.8-old-git-syntax.patch b/python-vcstool-0.2.8-old-git-syntax.patch new file mode 100644 index 0000000..3bcb00a --- /dev/null +++ b/python-vcstool-0.2.8-old-git-syntax.patch @@ -0,0 +1,61 @@ +From 247a7480aaa4b0d71289855f8fd8e1ae566b092b Mon Sep 17 00:00:00 2001 +From: Scott K Logan +Date: Sun, 10 May 2020 02:24:12 -0700 +Subject: [PATCH] Make tests compatible with git back to 1.8.3.1 + +--- + test/test_commands.py | 26 ++++++++++++++++++++++++-- + 1 file changed, 24 insertions(+), 2 deletions(-) + +diff --git a/test/test_commands.py b/test/test_commands.py +index 6374b3d..eff1b82 100644 +--- a/test/test_commands.py ++++ b/test/test_commands.py +@@ -92,7 +92,11 @@ def test_pull(self): + with self.assertRaises(subprocess.CalledProcessError) as e: + run_command('pull', args=['--workers', '1']) + expected = get_expected_output('pull') +- self.assertEqual(e.exception.output, expected) ++ # replace message from older git versions ++ output = e.exception.output.replace( ++ b'anch. Please specify which\nbranch you want to merge with. See', ++ b'anch.\nPlease specify which branch you want to merge with.\nSee') ++ self.assertEqual(output, expected) + + def test_pull_api(self): + try: +@@ -131,8 +135,12 @@ def test_pull_api(self): + os.chdir(cwd_bck) + + assert rc == 1 ++ # replace message from older git versions ++ output = stdout_stderr.getvalue().replace( ++ 'anch. Please specify which\nbranch you want to merge with. See', ++ 'anch.\nPlease specify which branch you want to merge with.\nSee') + expected = get_expected_output('pull').decode() +- assert stdout_stderr.getvalue() == expected ++ assert output == expected + + def test_reimport(self): + cwd_vcstool = os.path.join(TEST_WORKSPACE, 'vcstool') +@@ -261,6 +269,20 @@ def run_command(command, args=None, subfolder=None): + [sys.executable, script] + (args or []), + stderr=subprocess.STDOUT, cwd=cwd, env=env) + # replace message from older git versions ++ output = output.replace( ++ b'git checkout -b new_branch_name', ++ b'git checkout -b ') ++ output = output.replace( ++ b'(detached from ', b'(HEAD detached at ') ++ output = output.replace( ++ b"ady on 'master'\n=", ++ b"ady on 'master'\nYour branch is up-to-date with 'origin/master'.\n=") ++ output = output.replace( ++ b'# HEAD detached at ', ++ b'HEAD detached at ') ++ output = output.replace( ++ b'# On branch master', ++ b"On branch master\nYour branch is up-to-date with 'origin/master'.\n") + # the following seems to have changed between git 2.17.1 and 2.25.1 + output = output.replace( + b"Note: checking out '", b"Note: switching to '") diff --git a/python-vcstool.spec b/python-vcstool.spec index ffd3760..3c9da37 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.7 +Version: 0.2.8 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -12,8 +12,8 @@ License: ASL 2.0 URL: https://github.com/dirk-thomas/%{srcname} Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz -# Used only for testing -Source1: %{name}-0.1.37-older_git_syntax.sed +# Submitted upstream as dirk-thomas/vcstool#138 +Patch0: %{name}-0.2.8-old-git-syntax.patch BuildArch: noarch @@ -108,11 +108,6 @@ The biggest differences between the two are: %prep %autosetup -p1 -n %{srcname}-%{version} -%if 0%{?rhel} && 0%{?rhel} < 8 -# Test case touch-ups for older git versions -sed -i -f %{SOURCE1} test/*.txt -%endif - %build %if 0%{?with_python2} @@ -214,6 +209,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Sun May 10 2020 Scott K Logan - 0.2.8-1 +- Update to 0.2.8 (rhbz#1833742) + * Wed Apr 15 2020 Scott K Logan - 0.2.7-1 - Update to 0.2.7 (rhbz#1787844) diff --git a/sources b/sources index 68ac4f2..088d874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.7.tar.gz) = 5b55b19531ba4e1761f95ed067b71f56c893abfdd8c3525ae3e2919d54f6cc4a4409a0522df983a7ba69c5d62d8d5cb6108f89bb8740e34b20db020dabf0283d +SHA512 (vcstool-0.2.8.tar.gz) = 251acbfe6122206b0ececb5306b963eec9089c20aac39da8ff0ab7f5b0512d56a153636731f376014912df9d06126392bac9a0fcdaa992938e83e270991afa3f From 60e68876e60be756c16b602c0cc9782d3086445c Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sun, 10 May 2020 02:41:22 -0700 Subject: [PATCH 09/45] Update to 0.2.8 --- .gitignore | 1 + python-vcstool-0.1.37-older_git_syntax.sed | 21 -------- python-vcstool-0.2.8-old-git-syntax.patch | 61 ++++++++++++++++++++++ python-vcstool.spec | 14 +++-- sources | 2 +- 5 files changed, 69 insertions(+), 30 deletions(-) delete mode 100644 python-vcstool-0.1.37-older_git_syntax.sed create mode 100644 python-vcstool-0.2.8-old-git-syntax.patch diff --git a/.gitignore b/.gitignore index c76bec7..bbbcfc6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /vcstool-0.2.3.tar.gz /vcstool-0.2.4.tar.gz /vcstool-0.2.7.tar.gz +/vcstool-0.2.8.tar.gz diff --git a/python-vcstool-0.1.37-older_git_syntax.sed b/python-vcstool-0.1.37-older_git_syntax.sed deleted file mode 100644 index 4e0de81..0000000 --- a/python-vcstool-0.1.37-older_git_syntax.sed +++ /dev/null @@ -1,21 +0,0 @@ -s/^\( *\)git checkout -b $/\1git checkout -b new_branch_name/ -s/^(HEAD detached at \([0-9a-f\.]*\))$/(detached from \1)/ -s/^\(HEAD detached at [0-9a-f\.]*\)$/# \1/ -/^Your branch is up to date with 'origin\/.*'\.$/d -/^On branch master$/{ - N - /^On branch master\nYour branch is up to date with 'origin\/.*'\.$/{ - N - /^On branch master\nYour branch is up to date with 'origin\/.*'\.\n$/{ - N - s/^\(On branch master\)\nYour branch is up to date with 'origin\/.*'\.\n\n\(nothing to commit, working tree clean\)$/# \1\n\2/ - } - } -} -/^You are not currently on a branch\.$/{ - N - /^You are not currently on a branch\.\nPlease specify which branch you want to merge with\.$/{ - N - s/^You are not currently on a branch\.\nPlease specify which branch you want to merge with\.\nSee git-pull(1) for details\.$/You are not currently on a branch\. Please specify which\nbranch you want to merge with\. See git-pull(1) for details\./ - } -} diff --git a/python-vcstool-0.2.8-old-git-syntax.patch b/python-vcstool-0.2.8-old-git-syntax.patch new file mode 100644 index 0000000..3bcb00a --- /dev/null +++ b/python-vcstool-0.2.8-old-git-syntax.patch @@ -0,0 +1,61 @@ +From 247a7480aaa4b0d71289855f8fd8e1ae566b092b Mon Sep 17 00:00:00 2001 +From: Scott K Logan +Date: Sun, 10 May 2020 02:24:12 -0700 +Subject: [PATCH] Make tests compatible with git back to 1.8.3.1 + +--- + test/test_commands.py | 26 ++++++++++++++++++++++++-- + 1 file changed, 24 insertions(+), 2 deletions(-) + +diff --git a/test/test_commands.py b/test/test_commands.py +index 6374b3d..eff1b82 100644 +--- a/test/test_commands.py ++++ b/test/test_commands.py +@@ -92,7 +92,11 @@ def test_pull(self): + with self.assertRaises(subprocess.CalledProcessError) as e: + run_command('pull', args=['--workers', '1']) + expected = get_expected_output('pull') +- self.assertEqual(e.exception.output, expected) ++ # replace message from older git versions ++ output = e.exception.output.replace( ++ b'anch. Please specify which\nbranch you want to merge with. See', ++ b'anch.\nPlease specify which branch you want to merge with.\nSee') ++ self.assertEqual(output, expected) + + def test_pull_api(self): + try: +@@ -131,8 +135,12 @@ def test_pull_api(self): + os.chdir(cwd_bck) + + assert rc == 1 ++ # replace message from older git versions ++ output = stdout_stderr.getvalue().replace( ++ 'anch. Please specify which\nbranch you want to merge with. See', ++ 'anch.\nPlease specify which branch you want to merge with.\nSee') + expected = get_expected_output('pull').decode() +- assert stdout_stderr.getvalue() == expected ++ assert output == expected + + def test_reimport(self): + cwd_vcstool = os.path.join(TEST_WORKSPACE, 'vcstool') +@@ -261,6 +269,20 @@ def run_command(command, args=None, subfolder=None): + [sys.executable, script] + (args or []), + stderr=subprocess.STDOUT, cwd=cwd, env=env) + # replace message from older git versions ++ output = output.replace( ++ b'git checkout -b new_branch_name', ++ b'git checkout -b ') ++ output = output.replace( ++ b'(detached from ', b'(HEAD detached at ') ++ output = output.replace( ++ b"ady on 'master'\n=", ++ b"ady on 'master'\nYour branch is up-to-date with 'origin/master'.\n=") ++ output = output.replace( ++ b'# HEAD detached at ', ++ b'HEAD detached at ') ++ output = output.replace( ++ b'# On branch master', ++ b"On branch master\nYour branch is up-to-date with 'origin/master'.\n") + # the following seems to have changed between git 2.17.1 and 2.25.1 + output = output.replace( + b"Note: checking out '", b"Note: switching to '") diff --git a/python-vcstool.spec b/python-vcstool.spec index a34a23d..fcf071e 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.7 +Version: 0.2.8 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -12,8 +12,8 @@ License: ASL 2.0 URL: https://github.com/dirk-thomas/%{srcname} Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz -# Used only for testing -Source1: %{name}-0.1.37-older_git_syntax.sed +# Submitted upstream as dirk-thomas/vcstool#138 +Patch0: %{name}-0.2.8-old-git-syntax.patch BuildArch: noarch @@ -108,11 +108,6 @@ The biggest differences between the two are: %prep %autosetup -p1 -n %{srcname}-%{version} -%if 0%{?rhel} && 0%{?rhel} < 8 -# Test case touch-ups for older git versions -sed -i -f %{SOURCE1} test/*.txt -%endif - %build %if 0%{?with_python2} @@ -214,6 +209,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Sun May 10 2020 Scott K Logan - 0.2.8-1 +- Update to 0.2.8 (rhbz#1833742) + * Wed Apr 15 2020 Scott K Logan - 0.2.7-1 - Update to 0.2.7 (rhbz#1787844) diff --git a/sources b/sources index 68ac4f2..088d874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.7.tar.gz) = 5b55b19531ba4e1761f95ed067b71f56c893abfdd8c3525ae3e2919d54f6cc4a4409a0522df983a7ba69c5d62d8d5cb6108f89bb8740e34b20db020dabf0283d +SHA512 (vcstool-0.2.8.tar.gz) = 251acbfe6122206b0ececb5306b963eec9089c20aac39da8ff0ab7f5b0512d56a153636731f376014912df9d06126392bac9a0fcdaa992938e83e270991afa3f From 1fb26c2175f78fa7683f275946c067e2bad41b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:44:59 +0200 Subject: [PATCH 10/45] Rebuilt for Python 3.9 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 3c9da37..89d83be 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -209,6 +209,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Tue May 26 2020 Miro Hrončok - 0.2.8-2 +- Rebuilt for Python 3.9 + * Sun May 10 2020 Scott K Logan - 0.2.8-1 - Update to 0.2.8 (rhbz#1833742) From 7274119a5ca6d14f09eb66a643cc92f59f276a64 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 29 May 2020 10:47:19 -0700 Subject: [PATCH 11/45] Update to 0.2.9 --- .gitignore | 1 + python-vcstool-0.2.8-old-git-syntax.patch | 61 ----------------------- python-vcstool.spec | 10 ++-- sources | 2 +- 4 files changed, 7 insertions(+), 67 deletions(-) delete mode 100644 python-vcstool-0.2.8-old-git-syntax.patch diff --git a/.gitignore b/.gitignore index bbbcfc6..c97e291 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /vcstool-0.2.4.tar.gz /vcstool-0.2.7.tar.gz /vcstool-0.2.8.tar.gz +/vcstool-0.2.9.tar.gz diff --git a/python-vcstool-0.2.8-old-git-syntax.patch b/python-vcstool-0.2.8-old-git-syntax.patch deleted file mode 100644 index 3bcb00a..0000000 --- a/python-vcstool-0.2.8-old-git-syntax.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 247a7480aaa4b0d71289855f8fd8e1ae566b092b Mon Sep 17 00:00:00 2001 -From: Scott K Logan -Date: Sun, 10 May 2020 02:24:12 -0700 -Subject: [PATCH] Make tests compatible with git back to 1.8.3.1 - ---- - test/test_commands.py | 26 ++++++++++++++++++++++++-- - 1 file changed, 24 insertions(+), 2 deletions(-) - -diff --git a/test/test_commands.py b/test/test_commands.py -index 6374b3d..eff1b82 100644 ---- a/test/test_commands.py -+++ b/test/test_commands.py -@@ -92,7 +92,11 @@ def test_pull(self): - with self.assertRaises(subprocess.CalledProcessError) as e: - run_command('pull', args=['--workers', '1']) - expected = get_expected_output('pull') -- self.assertEqual(e.exception.output, expected) -+ # replace message from older git versions -+ output = e.exception.output.replace( -+ b'anch. Please specify which\nbranch you want to merge with. See', -+ b'anch.\nPlease specify which branch you want to merge with.\nSee') -+ self.assertEqual(output, expected) - - def test_pull_api(self): - try: -@@ -131,8 +135,12 @@ def test_pull_api(self): - os.chdir(cwd_bck) - - assert rc == 1 -+ # replace message from older git versions -+ output = stdout_stderr.getvalue().replace( -+ 'anch. Please specify which\nbranch you want to merge with. See', -+ 'anch.\nPlease specify which branch you want to merge with.\nSee') - expected = get_expected_output('pull').decode() -- assert stdout_stderr.getvalue() == expected -+ assert output == expected - - def test_reimport(self): - cwd_vcstool = os.path.join(TEST_WORKSPACE, 'vcstool') -@@ -261,6 +269,20 @@ def run_command(command, args=None, subfolder=None): - [sys.executable, script] + (args or []), - stderr=subprocess.STDOUT, cwd=cwd, env=env) - # replace message from older git versions -+ output = output.replace( -+ b'git checkout -b new_branch_name', -+ b'git checkout -b ') -+ output = output.replace( -+ b'(detached from ', b'(HEAD detached at ') -+ output = output.replace( -+ b"ady on 'master'\n=", -+ b"ady on 'master'\nYour branch is up-to-date with 'origin/master'.\n=") -+ output = output.replace( -+ b'# HEAD detached at ', -+ b'HEAD detached at ') -+ output = output.replace( -+ b'# On branch master', -+ b"On branch master\nYour branch is up-to-date with 'origin/master'.\n") - # the following seems to have changed between git 2.17.1 and 2.25.1 - output = output.replace( - b"Note: checking out '", b"Note: switching to '") diff --git a/python-vcstool.spec b/python-vcstool.spec index 89d83be..93b21ff 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,17 +4,14 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.8 -Release: 2%{?dist} +Version: 0.2.9 +Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 URL: https://github.com/dirk-thomas/%{srcname} Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz -# Submitted upstream as dirk-thomas/vcstool#138 -Patch0: %{name}-0.2.8-old-git-syntax.patch - BuildArch: noarch %description @@ -209,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri May 29 2020 Scott K Logan - 0.2.9-1 +- Update to 0.2.9 (rhbz#1838404) + * Tue May 26 2020 Miro Hrončok - 0.2.8-2 - Rebuilt for Python 3.9 diff --git a/sources b/sources index 088d874..9c1a9cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.8.tar.gz) = 251acbfe6122206b0ececb5306b963eec9089c20aac39da8ff0ab7f5b0512d56a153636731f376014912df9d06126392bac9a0fcdaa992938e83e270991afa3f +SHA512 (vcstool-0.2.9.tar.gz) = d243360402d695385d36a3a325075a9524f4f771e84a0c013d39e08d25c4114740a4c6135a395771e795ec5fc23118422afd305159841c4dedfe4b50ddad1aa4 From d4dc98b5993a364677543191d9a70b130957de9d Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 29 May 2020 10:47:19 -0700 Subject: [PATCH 12/45] Update to 0.2.9 --- .gitignore | 1 + python-vcstool-0.2.8-old-git-syntax.patch | 61 ----------------------- python-vcstool.spec | 8 +-- sources | 2 +- 4 files changed, 6 insertions(+), 66 deletions(-) delete mode 100644 python-vcstool-0.2.8-old-git-syntax.patch diff --git a/.gitignore b/.gitignore index bbbcfc6..c97e291 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /vcstool-0.2.4.tar.gz /vcstool-0.2.7.tar.gz /vcstool-0.2.8.tar.gz +/vcstool-0.2.9.tar.gz diff --git a/python-vcstool-0.2.8-old-git-syntax.patch b/python-vcstool-0.2.8-old-git-syntax.patch deleted file mode 100644 index 3bcb00a..0000000 --- a/python-vcstool-0.2.8-old-git-syntax.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 247a7480aaa4b0d71289855f8fd8e1ae566b092b Mon Sep 17 00:00:00 2001 -From: Scott K Logan -Date: Sun, 10 May 2020 02:24:12 -0700 -Subject: [PATCH] Make tests compatible with git back to 1.8.3.1 - ---- - test/test_commands.py | 26 ++++++++++++++++++++++++-- - 1 file changed, 24 insertions(+), 2 deletions(-) - -diff --git a/test/test_commands.py b/test/test_commands.py -index 6374b3d..eff1b82 100644 ---- a/test/test_commands.py -+++ b/test/test_commands.py -@@ -92,7 +92,11 @@ def test_pull(self): - with self.assertRaises(subprocess.CalledProcessError) as e: - run_command('pull', args=['--workers', '1']) - expected = get_expected_output('pull') -- self.assertEqual(e.exception.output, expected) -+ # replace message from older git versions -+ output = e.exception.output.replace( -+ b'anch. Please specify which\nbranch you want to merge with. See', -+ b'anch.\nPlease specify which branch you want to merge with.\nSee') -+ self.assertEqual(output, expected) - - def test_pull_api(self): - try: -@@ -131,8 +135,12 @@ def test_pull_api(self): - os.chdir(cwd_bck) - - assert rc == 1 -+ # replace message from older git versions -+ output = stdout_stderr.getvalue().replace( -+ 'anch. Please specify which\nbranch you want to merge with. See', -+ 'anch.\nPlease specify which branch you want to merge with.\nSee') - expected = get_expected_output('pull').decode() -- assert stdout_stderr.getvalue() == expected -+ assert output == expected - - def test_reimport(self): - cwd_vcstool = os.path.join(TEST_WORKSPACE, 'vcstool') -@@ -261,6 +269,20 @@ def run_command(command, args=None, subfolder=None): - [sys.executable, script] + (args or []), - stderr=subprocess.STDOUT, cwd=cwd, env=env) - # replace message from older git versions -+ output = output.replace( -+ b'git checkout -b new_branch_name', -+ b'git checkout -b ') -+ output = output.replace( -+ b'(detached from ', b'(HEAD detached at ') -+ output = output.replace( -+ b"ady on 'master'\n=", -+ b"ady on 'master'\nYour branch is up-to-date with 'origin/master'.\n=") -+ output = output.replace( -+ b'# HEAD detached at ', -+ b'HEAD detached at ') -+ output = output.replace( -+ b'# On branch master', -+ b"On branch master\nYour branch is up-to-date with 'origin/master'.\n") - # the following seems to have changed between git 2.17.1 and 2.25.1 - output = output.replace( - b"Note: checking out '", b"Note: switching to '") diff --git a/python-vcstool.spec b/python-vcstool.spec index fcf071e..d35a830 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.8 +Version: 0.2.9 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -12,9 +12,6 @@ License: ASL 2.0 URL: https://github.com/dirk-thomas/%{srcname} Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz -# Submitted upstream as dirk-thomas/vcstool#138 -Patch0: %{name}-0.2.8-old-git-syntax.patch - BuildArch: noarch %description @@ -209,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri May 29 2020 Scott K Logan - 0.2.9-1 +- Update to 0.2.9 (rhbz#1838404) + * Sun May 10 2020 Scott K Logan - 0.2.8-1 - Update to 0.2.8 (rhbz#1833742) diff --git a/sources b/sources index 088d874..9c1a9cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.8.tar.gz) = 251acbfe6122206b0ececb5306b963eec9089c20aac39da8ff0ab7f5b0512d56a153636731f376014912df9d06126392bac9a0fcdaa992938e83e270991afa3f +SHA512 (vcstool-0.2.9.tar.gz) = d243360402d695385d36a3a325075a9524f4f771e84a0c013d39e08d25c4114740a4c6135a395771e795ec5fc23118422afd305159841c4dedfe4b50ddad1aa4 From 9449b2c35dd01e8cf7a69569a57667ef9ceeccaf Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 15 Jun 2020 17:07:34 -0700 Subject: [PATCH 13/45] Update to 0.2.10 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c97e291..836e15f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /vcstool-0.2.7.tar.gz /vcstool-0.2.8.tar.gz /vcstool-0.2.9.tar.gz +/vcstool-0.2.10.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 93b21ff..bde3ab9 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.9 +Version: 0.2.10 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jun 15 2020 Scott K Logan - 0.2.10-1 +- Update to 0.2.10 (rhbz#1846217) + * Fri May 29 2020 Scott K Logan - 0.2.9-1 - Update to 0.2.9 (rhbz#1838404) diff --git a/sources b/sources index 9c1a9cc..35dcbea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.9.tar.gz) = d243360402d695385d36a3a325075a9524f4f771e84a0c013d39e08d25c4114740a4c6135a395771e795ec5fc23118422afd305159841c4dedfe4b50ddad1aa4 +SHA512 (vcstool-0.2.10.tar.gz) = 9d0284d71515338d94cf7564b47ca0c5c10097a2ffbad19a895df20b6e59f68da5730fd120feddd3f996fcedefc1e2b7a303ee6d1f62c6489378c5002e09340f From e781ba673f195f9dba956e0bafbf6445bbf0382b Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 15 Jun 2020 17:07:34 -0700 Subject: [PATCH 14/45] Update to 0.2.10 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c97e291..836e15f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /vcstool-0.2.7.tar.gz /vcstool-0.2.8.tar.gz /vcstool-0.2.9.tar.gz +/vcstool-0.2.10.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index d35a830..afc34af 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.9 +Version: 0.2.10 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jun 15 2020 Scott K Logan - 0.2.10-1 +- Update to 0.2.10 (rhbz#1846217) + * Fri May 29 2020 Scott K Logan - 0.2.9-1 - Update to 0.2.9 (rhbz#1838404) diff --git a/sources b/sources index 9c1a9cc..35dcbea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.9.tar.gz) = d243360402d695385d36a3a325075a9524f4f771e84a0c013d39e08d25c4114740a4c6135a395771e795ec5fc23118422afd305159841c4dedfe4b50ddad1aa4 +SHA512 (vcstool-0.2.10.tar.gz) = 9d0284d71515338d94cf7564b47ca0c5c10097a2ffbad19a895df20b6e59f68da5730fd120feddd3f996fcedefc1e2b7a303ee6d1f62c6489378c5002e09340f From f37b2733b1b1053d5562eee38346aee5d29a7cf1 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 18 Jun 2020 11:44:47 -0700 Subject: [PATCH 15/45] Update to 0.2.11 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 836e15f..bf49602 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /vcstool-0.2.8.tar.gz /vcstool-0.2.9.tar.gz /vcstool-0.2.10.tar.gz +/vcstool-0.2.11.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index bde3ab9..760f448 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.10 +Version: 0.2.11 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Jun 18 2020 Scott K Logan - 0.2.11-1 +- Update to 0.2.11 (rhbz#1847809) + * Mon Jun 15 2020 Scott K Logan - 0.2.10-1 - Update to 0.2.10 (rhbz#1846217) diff --git a/sources b/sources index 35dcbea..eb3735b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.10.tar.gz) = 9d0284d71515338d94cf7564b47ca0c5c10097a2ffbad19a895df20b6e59f68da5730fd120feddd3f996fcedefc1e2b7a303ee6d1f62c6489378c5002e09340f +SHA512 (vcstool-0.2.11.tar.gz) = 1b4c79b2e25be9aff6e04f5b73bab937c7a48a0a2e4c89450ff24509e1acdc6f35e61d685b0b3083abdccf51abfdf4cdc9c1f0ba00eb4fab16e2b6810f584581 From 7011f91a38bc7fa63ace4d3f721931c351ccb808 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 18 Jun 2020 11:44:47 -0700 Subject: [PATCH 16/45] Update to 0.2.11 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 836e15f..bf49602 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /vcstool-0.2.8.tar.gz /vcstool-0.2.9.tar.gz /vcstool-0.2.10.tar.gz +/vcstool-0.2.11.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index afc34af..ebc3e48 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.10 +Version: 0.2.11 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Jun 18 2020 Scott K Logan - 0.2.11-1 +- Update to 0.2.11 (rhbz#1847809) + * Mon Jun 15 2020 Scott K Logan - 0.2.10-1 - Update to 0.2.10 (rhbz#1846217) diff --git a/sources b/sources index 35dcbea..eb3735b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.10.tar.gz) = 9d0284d71515338d94cf7564b47ca0c5c10097a2ffbad19a895df20b6e59f68da5730fd120feddd3f996fcedefc1e2b7a303ee6d1f62c6489378c5002e09340f +SHA512 (vcstool-0.2.11.tar.gz) = 1b4c79b2e25be9aff6e04f5b73bab937c7a48a0a2e4c89450ff24509e1acdc6f35e61d685b0b3083abdccf51abfdf4cdc9c1f0ba00eb4fab16e2b6810f584581 From e9c16550c26a96dc6e6a47d143e47214da45fa45 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 2 Jul 2020 08:41:59 -0700 Subject: [PATCH 17/45] Update to 0.2.12 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf49602..74e0eef 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /vcstool-0.2.9.tar.gz /vcstool-0.2.10.tar.gz /vcstool-0.2.11.tar.gz +/vcstool-0.2.12.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 760f448..4645d13 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.11 +Version: 0.2.12 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Jul 02 2020 Scott K Logan - 0.2.12-1 +- Update to 0.2.12 (rhbz#1853214) + * Thu Jun 18 2020 Scott K Logan - 0.2.11-1 - Update to 0.2.11 (rhbz#1847809) diff --git a/sources b/sources index eb3735b..7363d7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.11.tar.gz) = 1b4c79b2e25be9aff6e04f5b73bab937c7a48a0a2e4c89450ff24509e1acdc6f35e61d685b0b3083abdccf51abfdf4cdc9c1f0ba00eb4fab16e2b6810f584581 +SHA512 (vcstool-0.2.12.tar.gz) = 0e95b93c1548fd6b47027f872d909a00f4cd29f735f36da1d0475e6394e099ee7d64a1836d2ab931adff0b91833f306000510431ac9b9e71e557ca0bb8cf853b From 577eb810ec714487f04387ffbdcf64beb3bfb654 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 2 Jul 2020 08:41:59 -0700 Subject: [PATCH 18/45] Update to 0.2.12 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf49602..74e0eef 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /vcstool-0.2.9.tar.gz /vcstool-0.2.10.tar.gz /vcstool-0.2.11.tar.gz +/vcstool-0.2.12.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index ebc3e48..dc2c5fe 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.11 +Version: 0.2.12 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Thu Jul 02 2020 Scott K Logan - 0.2.12-1 +- Update to 0.2.12 (rhbz#1853214) + * Thu Jun 18 2020 Scott K Logan - 0.2.11-1 - Update to 0.2.11 (rhbz#1847809) diff --git a/sources b/sources index eb3735b..7363d7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.11.tar.gz) = 1b4c79b2e25be9aff6e04f5b73bab937c7a48a0a2e4c89450ff24509e1acdc6f35e61d685b0b3083abdccf51abfdf4cdc9c1f0ba00eb4fab16e2b6810f584581 +SHA512 (vcstool-0.2.12.tar.gz) = 0e95b93c1548fd6b47027f872d909a00f4cd29f735f36da1d0475e6394e099ee7d64a1836d2ab931adff0b91833f306000510431ac9b9e71e557ca0bb8cf853b From 60f5dd5aaa96fd23a126a60ba872d489d08469a4 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 27 Jul 2020 10:25:23 -0700 Subject: [PATCH 19/45] Update to 0.2.13 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74e0eef..79d79ed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /vcstool-0.2.10.tar.gz /vcstool-0.2.11.tar.gz /vcstool-0.2.12.tar.gz +/vcstool-0.2.13.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 4645d13..1596f39 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.12 +Version: 0.2.13 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jul 27 2020 Scott K Logan - 0.2.13-1 +- Update to 0.2.13 (rhbz#1859022) + * Thu Jul 02 2020 Scott K Logan - 0.2.12-1 - Update to 0.2.12 (rhbz#1853214) diff --git a/sources b/sources index 7363d7d..2ace9a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.12.tar.gz) = 0e95b93c1548fd6b47027f872d909a00f4cd29f735f36da1d0475e6394e099ee7d64a1836d2ab931adff0b91833f306000510431ac9b9e71e557ca0bb8cf853b +SHA512 (vcstool-0.2.13.tar.gz) = 953e232e917aeba4a2014259764b152b3fabe81e46a657cc6814b5580f7db24d1c239e0704120de654e0f5e274f6f3bf2131f56b11f6098d1ec0629488e5cd0b From 7089df86ce0fcb505a1e492d2ef4b23e0c4eb58d Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 27 Jul 2020 10:25:23 -0700 Subject: [PATCH 20/45] Update to 0.2.13 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74e0eef..79d79ed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /vcstool-0.2.10.tar.gz /vcstool-0.2.11.tar.gz /vcstool-0.2.12.tar.gz +/vcstool-0.2.13.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index dc2c5fe..19e0cb4 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.12 +Version: 0.2.13 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jul 27 2020 Scott K Logan - 0.2.13-1 +- Update to 0.2.13 (rhbz#1859022) + * Thu Jul 02 2020 Scott K Logan - 0.2.12-1 - Update to 0.2.12 (rhbz#1853214) diff --git a/sources b/sources index 7363d7d..2ace9a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.12.tar.gz) = 0e95b93c1548fd6b47027f872d909a00f4cd29f735f36da1d0475e6394e099ee7d64a1836d2ab931adff0b91833f306000510431ac9b9e71e557ca0bb8cf853b +SHA512 (vcstool-0.2.13.tar.gz) = 953e232e917aeba4a2014259764b152b3fabe81e46a657cc6814b5580f7db24d1c239e0704120de654e0f5e274f6f3bf2131f56b11f6098d1ec0629488e5cd0b From 515d9da49325bdd9ed43da48977c7df778a855ce Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sun, 16 Aug 2020 14:23:04 -0700 Subject: [PATCH 21/45] Update to 0.2.14 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 79d79ed..27fd9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /vcstool-0.2.11.tar.gz /vcstool-0.2.12.tar.gz /vcstool-0.2.13.tar.gz +/vcstool-0.2.14.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 1596f39..14bd0d8 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.13 +Version: 0.2.14 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Sun Aug 16 2020 Scott K Logan - 0.2.14-1 +- Update to 0.2.14 (rhbz#1862412) + * Mon Jul 27 2020 Scott K Logan - 0.2.13-1 - Update to 0.2.13 (rhbz#1859022) diff --git a/sources b/sources index 2ace9a5..9913376 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.13.tar.gz) = 953e232e917aeba4a2014259764b152b3fabe81e46a657cc6814b5580f7db24d1c239e0704120de654e0f5e274f6f3bf2131f56b11f6098d1ec0629488e5cd0b +SHA512 (vcstool-0.2.14.tar.gz) = ce01a7cad03286fa12e959ba4698d1eb4f2944424aa9839ad6d0a92c000a1e3d73e12c76f0cdbddd53ae1ce3d3d58bde1c65eab9618e4c58059409f6fcd32196 From 1212ebf7d6d7d5e07a7d1e8b2b980de0d51030b3 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sun, 16 Aug 2020 14:23:04 -0700 Subject: [PATCH 22/45] Update to 0.2.14 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 79d79ed..27fd9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /vcstool-0.2.11.tar.gz /vcstool-0.2.12.tar.gz /vcstool-0.2.13.tar.gz +/vcstool-0.2.14.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 19e0cb4..5748d61 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.13 +Version: 0.2.14 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Sun Aug 16 2020 Scott K Logan - 0.2.14-1 +- Update to 0.2.14 (rhbz#1862412) + * Mon Jul 27 2020 Scott K Logan - 0.2.13-1 - Update to 0.2.13 (rhbz#1859022) diff --git a/sources b/sources index 2ace9a5..9913376 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.13.tar.gz) = 953e232e917aeba4a2014259764b152b3fabe81e46a657cc6814b5580f7db24d1c239e0704120de654e0f5e274f6f3bf2131f56b11f6098d1ec0629488e5cd0b +SHA512 (vcstool-0.2.14.tar.gz) = ce01a7cad03286fa12e959ba4698d1eb4f2944424aa9839ad6d0a92c000a1e3d73e12c76f0cdbddd53ae1ce3d3d58bde1c65eab9618e4c58059409f6fcd32196 From 2efe54338838cef520bdb4a45692e5429eb684ff Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 2 Nov 2020 12:04:29 -0800 Subject: [PATCH 23/45] Update to 0.2.15 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 27fd9ed..002b912 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /vcstool-0.2.12.tar.gz /vcstool-0.2.13.tar.gz /vcstool-0.2.14.tar.gz +/vcstool-0.2.15.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 14bd0d8..f31ed92 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.14 +Version: 0.2.15 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Nov 02 2020 Scott K Logan - 0.2.15-1 +- Update to 0.2.15 (rhbz#1891662) + * Sun Aug 16 2020 Scott K Logan - 0.2.14-1 - Update to 0.2.14 (rhbz#1862412) diff --git a/sources b/sources index 9913376..330b1bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.14.tar.gz) = ce01a7cad03286fa12e959ba4698d1eb4f2944424aa9839ad6d0a92c000a1e3d73e12c76f0cdbddd53ae1ce3d3d58bde1c65eab9618e4c58059409f6fcd32196 +SHA512 (vcstool-0.2.15.tar.gz) = be4817ff466687e57b04254cee5b5cf9b6759b2d1e01e5f756e7d2f1294ca485a172aaab98ba09fc33a3bf0fb86e8798d95f097a15d5491ef544fb2a8825e691 From 2706a33bd0f50eecfcdcaea76c355625f6222798 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 2 Nov 2020 12:04:29 -0800 Subject: [PATCH 24/45] Update to 0.2.15 --- .gitignore | 1 + python-vcstool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 27fd9ed..002b912 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /vcstool-0.2.12.tar.gz /vcstool-0.2.13.tar.gz /vcstool-0.2.14.tar.gz +/vcstool-0.2.15.tar.gz diff --git a/python-vcstool.spec b/python-vcstool.spec index 5748d61..f93300e 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -4,7 +4,7 @@ %global srcname vcstool Name: python-%{srcname} -Version: 0.2.14 +Version: 0.2.15 Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Nov 02 2020 Scott K Logan - 0.2.15-1 +- Update to 0.2.15 (rhbz#1891662) + * Sun Aug 16 2020 Scott K Logan - 0.2.14-1 - Update to 0.2.14 (rhbz#1862412) diff --git a/sources b/sources index 9913376..330b1bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.14.tar.gz) = ce01a7cad03286fa12e959ba4698d1eb4f2944424aa9839ad6d0a92c000a1e3d73e12c76f0cdbddd53ae1ce3d3d58bde1c65eab9618e4c58059409f6fcd32196 +SHA512 (vcstool-0.2.15.tar.gz) = be4817ff466687e57b04254cee5b5cf9b6759b2d1e01e5f756e7d2f1294ca485a172aaab98ba09fc33a3bf0fb86e8798d95f097a15d5491ef544fb2a8825e691 From a0e5237089a751f0b9104c92268b9b7ef06d5fb6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 14:04:34 +0000 Subject: [PATCH 25/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index f31ed92..7190be4 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 02 2020 Scott K Logan - 0.2.15-1 - Update to 0.2.15 (rhbz#1891662) From 981ed650a8a972b4adfae67a9e732a14736345d7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:07:48 +0200 Subject: [PATCH 26/45] Rebuilt for Python 3.10 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 7190be4..38ffdcd 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jun 04 2021 Python Maint - 0.2.15-3 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 0.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 039f281357e1be23e26a42bec19304cd7ac26f77 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 08:30:20 +0000 Subject: [PATCH 27/45] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 38ffdcd..3eddeae 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,10 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.2.15-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.2.15-3 - Rebuilt for Python 3.10 From 8d38e6efe92b3090acb4dc37321227787d19b732 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 16:20:31 +0000 Subject: [PATCH 28/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 3eddeae..4d7a275 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.15-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jul 27 2021 Fedora Release Engineering - 0.2.15-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f43bed1174b5b2082f0eb4a2c30ba2b23bcc1339 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:17:06 +0200 Subject: [PATCH 29/45] Rebuilt for Python 3.11 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 4d7a275..cc87c29 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jun 13 2022 Python Maint - 0.2.15-6 +- Rebuilt for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 0.2.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 27645f4661c952ec9903e259f611abe10e542440 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 23:16:59 +0000 Subject: [PATCH 30/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index cc87c29..b3d24b4 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.15 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -206,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 0.2.15-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.2.15-6 - Rebuilt for Python 3.11 From 7d1639f4f750ae7f8d1058cef1f7788ba80f1057 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sun, 16 Oct 2022 16:10:46 -0700 Subject: [PATCH 31/45] Update to 0.3.0 Also drop Python 2 subpackage, which is no longer supported upstream --- .gitignore | 1 + python-vcstool.rpmlintrc | 5 -- python-vcstool.spec | 99 +++------------------------------------- sources | 2 +- 4 files changed, 9 insertions(+), 98 deletions(-) diff --git a/.gitignore b/.gitignore index 002b912..3662d02 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /vcstool-0.2.13.tar.gz /vcstool-0.2.14.tar.gz /vcstool-0.2.15.tar.gz +/vcstool-0.3.0.tar.gz diff --git a/python-vcstool.rpmlintrc b/python-vcstool.rpmlintrc index 29dbf35..76ccbc2 100644 --- a/python-vcstool.rpmlintrc +++ b/python-vcstool.rpmlintrc @@ -1,6 +1 @@ -# MANUAL PAGES addFilter(r'no-manual-page-for-binary (vcs|vcs-.*)( |$)') - -# SPELLING ERRORS -addFilter(r'spelling-error .* en_US (vcstools)( |$)') -addFilter(r'spelling-error Summary\(en_US\) (vcs)( |$)') diff --git a/python-vcstool.spec b/python-vcstool.spec index b3d24b4..49e7e24 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -1,11 +1,8 @@ -%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)} -%{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7} - %global srcname vcstool Name: python-%{srcname} -Version: 0.2.15 -Release: 7%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -30,43 +27,6 @@ The biggest differences between the two are: command line tools built on top. -%if 0%{?with_python2} -%package -n python2-%{srcname} -Summary: %{summary} -BuildRequires: git -BuildRequires: python2-devel -BuildRequires: python2-pytest -BuildRequires: python2-pyyaml -BuildRequires: python2-setuptools -%{?python_provide:%python_provide python2-%{srcname}} - -%if %{undefined __pythondist_requires} -Requires: python2-pyyaml -Requires: python2-setuptools -%endif - -%if !0%{?rhel} || 0%{?rhel} >= 8 -Recommends: git -%endif - -%description -n python2-%{srcname} -Vcstool is a version control system (VCS) tool, designed to make working with -multiple repositories easier. - -Note: This tool should not be confused with vcstools (with a trailing s) which -provides a Python API for interacting with different version control systems. -The biggest differences between the two are: - -- vcstool doesn't use any state beside the repository working copies available - in the filesystem. -- The file format of vcstool export uses the relative paths of the repositories - as keys in YAML which avoids collisions by design. -- vcstool has significantly less lines of code than vcstools including the - command line tools built on top. -%endif - - -%if 0%{?with_python3} %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} BuildRequires: git @@ -99,7 +59,6 @@ The biggest differences between the two are: as keys in YAML which avoids collisions by design. - vcstool has significantly less lines of code than vcstools including the command line tools built on top. -%endif %prep @@ -107,13 +66,7 @@ The biggest differences between the two are: %build -%if 0%{?with_python2} -%py2_build -%endif - -%if 0%{?with_python3} %py3_build -%endif %install @@ -124,27 +77,6 @@ The biggest differences between the two are: install -d %{buildroot}%{_datadir}/bash-completion/completions %{buildroot}%{_bindir} -%if 0%{?with_python2} -%py2_install -- --install-scripts %{_bindir}2 - -echo -n "" > py2_bins -for f in `ls %{buildroot}%{_bindir}2`; do - mv %{buildroot}%{_bindir}2/$f %{buildroot}%{_bindir}/$f-%{python2_version} - ln -s $f-%{python2_version} %{buildroot}%{_bindir}/$f-2 -%if !(0%{?with_python3}) - ln -s $f-%{python2_version} %{buildroot}%{_bindir}/$f - echo "%{_bindir}/$f" >> py2_bins -%endif - echo -e "%{_bindir}/$f-2\n%{_bindir}/$f-%{python2_version}" >> py2_bins -done - -# Integrate bash completion with the bash-completion package -cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs -ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-2 -ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif - -%if 0%{?with_python3} %py3_install -- --install-scripts %{_bindir}%{python3_pkgversion} echo -n "" > py3_bins @@ -156,10 +88,9 @@ for f in `ls %{buildroot}%{_bindir}%{python3_pkgversion}`; do done # Integrate bash completion with the bash-completion package -cp -f %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs +cp -af %{buildroot}%{_datadir}/%{srcname}-completion/vcs.bash %{buildroot}%{_datadir}/bash-completion/completions/vcs ln -sf vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-3 ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif %check @@ -171,28 +102,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers --ignore test/test_commands.py \\\ test -%if 0%{?with_python2} -%{__python2} -m pytest %pytest_options -%endif - -%if 0%{?with_python3} %{__python3} -m pytest %pytest_options -%endif -%if 0%{?with_python2} -%files -n python2-%{srcname} -f py2_bins -%license LICENSE -%doc CONTRIBUTING.md README.rst -%{python2_sitelib}/%{srcname}/ -%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info/ -%{_datadir}/%{srcname}-completion -%{_datadir}/bash-completion/completions/vcs -%{_datadir}/bash-completion/completions/vcs-2 -%{_datadir}/bash-completion/completions/vcs-%{python2_version} -%endif - -%if 0%{?with_python3} %files -n python%{python3_pkgversion}-%{srcname} -f py3_bins %license LICENSE %doc CONTRIBUTING.md README.rst @@ -202,10 +114,13 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %{_datadir}/bash-completion/completions/vcs %{_datadir}/bash-completion/completions/vcs-3 %{_datadir}/bash-completion/completions/vcs-%{python3_version} -%endif %changelog +* Sun Oct 16 2022 Scott K Logan - 0.3.0-1 +- Update to 0.3.0 (rhbz#1991775) +- Drop Python 2 subpackage, which is no longer supported upstream + * Fri Jul 22 2022 Fedora Release Engineering - 0.2.15-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 330b1bb..a9697b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcstool-0.2.15.tar.gz) = be4817ff466687e57b04254cee5b5cf9b6759b2d1e01e5f756e7d2f1294ca485a172aaab98ba09fc33a3bf0fb86e8798d95f097a15d5491ef544fb2a8825e691 +SHA512 (vcstool-0.3.0.tar.gz) = f50ec4c23fce65f71ec0070b709840150f6a90b0620dd937c234c408951b4eb6ad9d53d841d3862ce7ece54c15458fd9db434341fd4a1eabb40a7084fb71b101 From d60468f4d786a194eef298ccf0f538e2bcd4f6c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 18:15:06 +0000 Subject: [PATCH 32/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 49e7e24..62a7159 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sun Oct 16 2022 Scott K Logan - 0.3.0-1 - Update to 0.3.0 (rhbz#1991775) - Drop Python 2 subpackage, which is no longer supported upstream From 2eefb44506b55c0c8e4d16a5826956980ce75f3b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 23:05:29 +0200 Subject: [PATCH 33/45] Rebuilt for Python 3.12 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 62a7159..a47011e 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Tue Jun 13 2023 Python Maint - 0.3.0-3 +- Rebuilt for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 567084bbda81a0ae9e35336774cd77246933d9db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 15:09:08 +0000 Subject: [PATCH 34/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index a47011e..219f200 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 0.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 0.3.0-3 - Rebuilt for Python 3.12 From 41b1bab071b9fd29509aae01a7367d07bb74a54e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 08:49:51 +0000 Subject: [PATCH 35/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 219f200..0642b19 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 0.3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From bb6419bd5424a4ec65d2fd46430c60ee7c67929b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 12:33:29 +0000 Subject: [PATCH 36/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 0642b19..3e6b41e 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 0.3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 0.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 95bd11b958d844a0711fd197ff0092651b6bd8bd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 10:59:20 +0200 Subject: [PATCH 37/45] Rebuilt for Python 3.13 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 3e6b41e..036c03a 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jun 07 2024 Python Maint - 0.3.0-7 +- Rebuilt for Python 3.13 + * Fri Jan 26 2024 Fedora Release Engineering - 0.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c893949e57c39ba842d81ceb5877cb806bf8a2ab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 16:54:03 +0000 Subject: [PATCH 38/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 036c03a..869de89 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -117,6 +117,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.3.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.3.0-7 - Rebuilt for Python 3.13 From befb791516a6bd8049292435f69f8da7d7992f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Jul 2024 17:48:33 +0200 Subject: [PATCH 39/45] convert ASL 2.0 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-vcstool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 869de89..c50ee89 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,10 +2,11 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tool to invoke vcs commands on multiple repositories -License: ASL 2.0 +# Automatically converted from old format: ASL 2.0 - review is highly recommended. +License: Apache-2.0 URL: https://github.com/dirk-thomas/%{srcname} Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -117,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Wed Jul 24 2024 Miroslav Suchý - 0.3.0-9 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 0.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 340169b1d081b417e77ce92dbf71de2e884814dd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 20:32:51 +0000 Subject: [PATCH 40/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index c50ee89..817946d 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -118,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 0.3.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 24 2024 Miroslav Suchý - 0.3.0-9 - convert license to SPDX From 7ccb7f8f97ae9f44cbed98f79b5f6409cd919792 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 23:24:41 +0200 Subject: [PATCH 41/45] Rebuilt for Python 3.14 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 817946d..101c02b 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -118,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Mon Jun 02 2025 Python Maint - 0.3.0-11 +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 0.3.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c8c627932de9efefb99a445ceef94d0f4b498cab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 11:01:51 +0000 Subject: [PATCH 42/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 101c02b..adafa79 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -118,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.3.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.3.0-11 - Rebuilt for Python 3.14 From ccb4bee36478ab26191608267908d6fd7a3eaf56 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:07:18 +0200 Subject: [PATCH 43/45] Rebuilt for Python 3.14.0rc2 bytecode --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index adafa79..70348e0 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -118,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Aug 15 2025 Python Maint - 0.3.0-13 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.3.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 6b564486a0ba479a0006b3db9d47085dc1f095ac Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:43:20 +0200 Subject: [PATCH 44/45] Rebuilt for Python 3.14.0rc3 bytecode --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 70348e0..a69e5dd 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -118,6 +118,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Fri Sep 19 2025 Python Maint - 0.3.0-14 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.3.0-13 - Rebuilt for Python 3.14.0rc2 bytecode From 25a40ea1a5416fdb6741c9229f6718f85639bcc5 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 19 Nov 2025 16:11:21 -0600 Subject: [PATCH 45/45] Ignore warnings during pytest Some of these tests capture stdout, and the warning output to stdout breaks the asserts. --- python-vcstool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index a69e5dd..22a58be 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tool to invoke vcs commands on multiple repositories # Automatically converted from old format: ASL 2.0 - review is highly recommended. @@ -103,7 +103,8 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers --ignore test/test_commands.py \\\ test -%{__python3} -m pytest %pytest_options +PYTHONWARNINGS=ignore \ + %{__python3} -m pytest %pytest_options %files -n python%{python3_pkgversion}-%{srcname} -f py3_bins @@ -118,6 +119,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Wed Nov 19 2025 Scott K Logan - 0.3.0-15 +- Ignore warnings during pytest (rhbz#2403567) + * Fri Sep 19 2025 Python Maint - 0.3.0-14 - Rebuilt for Python 3.14.0rc3 bytecode