14
0
forked from pool/python-mypy
2024-10-14 13:09:43 +00:00
committed by Git OBS Bridge
parent d0701763ee
commit 7665d97fa3
3 changed files with 1 additions and 19 deletions

View File

@@ -1,15 +0,0 @@
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/python/mypy.git</param>
<param name="versionprefix">1.11.2+git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
</services>

View File

@@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/python/mypy.git</param>
<param name="changesrevision">eca206d3c96bf4082a0a087c2614deb5af8c4afd</param></service></servicedata>

View File

@@ -80,6 +80,7 @@ Mon Oct 14 12:48:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update types-psutil 6.0.0.20241011, and types-setuptools to
75.1.0.20241014 (just for testing, these are not openSUSE
packages of these tools).
- Remove _service* files.
-------------------------------------------------------------------
Wed Oct 09 22:17:25 UTC 2024 - mcepl@cepl.eu