summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gitdb: upgrade 4.0.10 -> 4.0.11Wang Mingyu2023-11-051-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Use ZLIB_RUNTIME_VERSION if available Add support for Python 3.12 and drop EOL 3.7 Enable Dependabot version updates for Actions Test installing project on CI Fix mkdir race condition in LooseObjectDB.store Don't cancel other jobs from the 3.12 job failing Use actions/checkout feature to fetch all commits Revert "Drop support for EOL Python 3.7" Fix top-of-file license URLs here in gitdb too No longer treat 3.12 as experimental on CI Add all to exc for linting Have Dependabot update smmap submodule dependency Bump gitdb/ext/smmap from 334ef84 to f1ace75 (From OE-Core rev: c4c225f327e8daf3d0d45a887540878c85433d20) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-gitdb: remove python3-async dependencyRoss Burton2023-05-221-2/+21
| | | | | | | | | | | | | | The dependency on the async module was removed back in 0.6.0 (November 2014). Whilst here, also merge the bb/inc and stop using PYTHON_PN, as we only support Python 3. (From OE-Core rev: 5fc09287ec8ca4332614eaa6b0dd5aabf10f6a31) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-gitdb: upgrade 4.0.9 -> 4.0.10Alexander Kanavin2023-01-061-0/+3
(From OE-Core rev: 9acad520efe76368cf924cfa52c972e7319611b0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>