David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-gitpython
Commits:
37fc304a by David Runge at 2023-10-25T17:53:01+02:00
upgpkg: 3.1.40-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-gitpython
pkgdesc = A python library used to interact with Git repositories
- pkgver = 3.1.38
+ pkgver = 3.1.40
pkgrel = 1
url = https://github.com/gitpython-developers/gitpython
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-gitpython
depends = python
depends = python-gitdb
depends = python-typing-extensions
- source =
git+https://github.com/gitpython-developers/gitpython#tag=43ed899797837d37ce519028a50d75961e973478?signed
+ source =
git+https://github.com/gitpython-developers/gitpython#tag=8809dd0222ba53588e966b97e277835a8bc7df7b?signed
validpgpkeys = 27C50E7F590947D7273A741E85194C08421980C9
sha512sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
_name=gitpython
pkgdesc="A python library used to interact with Git repositories"
pkgname=python-gitpython
-_commit=43ed899797837d37ce519028a50d75961e973478 # refs/tags/3.1.38
-pkgver=3.1.38
+_commit=8809dd0222ba53588e966b97e277835a8bc7df7b # refs/tags/3.1.40
+pkgver=3.1.40
pkgrel=1
url="https://github.com/gitpython-developers/gitpython"
license=(BSD-3-Clause)
@@ -56,23 +56,6 @@ check() {
--deselect
git/ext/gitdb/gitdb/test/test_example.py::TestExamples::test_base
--deselect
test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit
--deselect
test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules
- # more broken stuff:
https://github.com/gitpython-developers/GitPython/issues/1713
- --deselect test/test_docs.py::Tutorials::test_references_and_objects
- --deselect test/test_docs.py::Tutorials::test_submodules
- --deselect
test/test_repo.py::TestRepo::test_clone_from_with_path_contains_unicode
- --deselect test/test_repo.py::TestRepo::test_submodule_update
- --deselect test/test_repo.py::TestRepo::test_submodules
- --deselect
test/test_submodule.py::TestSubmodule::test_add_clone_multi_options_argument
- --deselect
test/test_submodule.py::TestSubmodule::test_add_no_clone_multi_options_argument
- --deselect test/test_submodule.py::TestSubmodule::test_base_rw
- --deselect test/test_submodule.py::TestSubmodule::test_branch_renames
- --deselect test/test_submodule.py::TestSubmodule::test_depth
- --deselect
test/test_submodule.py::TestSubmodule::test_git_submodule_compatibility
- --deselect test/test_submodule.py::TestSubmodule::test_remove_norefs
- --deselect test/test_submodule.py::TestSubmodule::test_rename
- --deselect test/test_submodule.py::TestSubmodule::test_root_module
- --deselect
test/test_submodule.py::TestSubmodule::test_update_clone_multi_options_argument
- --deselect
test/test_submodule.py::TestSubmodule::test_update_no_clone_multi_options_argument
)
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/commit/37fc304a163fa9905d44b5623ce806f9129c9bf2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/commit/37fc304a163fa9905d44b5623ce806f9129c9bf2
You're receiving this email because of your account on gitlab.archlinux.org.