diff --git a/osc-1.15.1.tar.gz b/osc-1.15.1.tar.gz deleted file mode 100644 index 71aa3a19da6f368c175c264aa812c86182cd68a3..0000000000000000000000000000000000000000 Binary files a/osc-1.15.1.tar.gz and /dev/null differ diff --git a/osc-1.16.0.tar.gz b/osc-1.16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3967ea3c3e7d93e98b2415bb9eb7475fa6af4c06 Binary files /dev/null and b/osc-1.16.0.tar.gz differ diff --git a/osc.spec b/osc.spec index fa71a16fc00be635ca4b940e80fb11fb704f0a32..6ac723da080a1448a4a51e871483a5a1816520fd 100644 --- a/osc.spec +++ b/osc.spec @@ -3,7 +3,7 @@ %global obs_srcsvc_dir %{obsroot}/service Name: osc -Version: 1.15.1 +Version: 1.16.0 Release: 1 Summary: The Command Line Interface to work with an Open Build Service License: GPL-2.0-or-later @@ -102,13 +102,14 @@ install -Dm0644 git-obs.1 %{buildroot}%{_mandir}/man1/git-obs.1 sed -i '3i # PYTHON_ARGCOMPLETE_OK' %{buildroot}%{_bindir}/git-obs %check -python3 setup.py test +python3 -m unittest %files %doc AUTHORS README.md NEWS %license COPYING %{_bindir}/osc* %{_bindir}/git-obs +%{_bindir}/git-osc-precommit-hook %{_libexecdir}/git/obs %{python3_sitelib}/osc* %{_sysconfdir}/profile.d/osc.csh @@ -129,6 +130,17 @@ python3 setup.py test %{_mandir}/man1/git-obs.* %changelog +* Thu Jun 12 2025 yaoxin <1024769339@qq.com> - 1.16.0-1 +- Update to 1.16.0: + * Add 'osc service precommit' subcommand, for use with git hook + * Fix 'osc fork' when in the source project is empty + * Fix handling env in tests for 'osc vc' + * Fix how GitStore reads project from the parent directory + * Fix 'git-obs pr create' with multistring EDITOR + * Fix git-obs connection for urllib3 v1 by overriding the default timeout + * Fix implicit optionals in type hints to make code PEP 484 compliant + * Fix TypeError in response_to_exception() in gitea_api + * Mon May 12 2025 wangkai <13474090681@163.com> - 1.15.1-1 - Update to 1.15.1