- update to 1.1.0:
* Deprecate python 3.8 and add python 3.11 (#148) * Add typing annotations (#138) * Global status support (#125) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vagrant?expand=0&rev=5
This commit is contained in:
16
_service
16
_service
@@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/pycontribs/python-vagrant</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">refs/tags/v1.1.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">python-vagrant*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version"/>
|
||||
</services>
|
@@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 10:30:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
Wed Jan 3 12:56:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- require setuptools
|
||||
- update to 1.1.0:
|
||||
* Deprecate python 3.8 and add python 3.11 (#148)
|
||||
* Add typing annotations (#138)
|
||||
* Global status support (#125)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 11:45:00 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
||||
|
@@ -1,4 +0,0 @@
|
||||
name: python-vagrant
|
||||
version: 1.1.0
|
||||
mtime: 1670512321
|
||||
commit: b725a44754403bd174158ff018d4b517f4153a56
|
@@ -31,7 +31,7 @@ Summary: Python bindings for Vagrant
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pycontribs/python-vagrant
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/pycontribs/python-vagrant/archive/refs/tags/v%{version}.tar.gz#/%{appname}-%{version}-gh.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -82,9 +82,7 @@ rm -r /tmp/vagrant
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGELOG.md README.md
|
||||
%dir %{python_sitelib}/%{appname}
|
||||
%pycache_only %{python_sitelib}/%{appname}/__pycache__
|
||||
%{python_sitelib}/%{appname}/{__init__,compat,test}.py
|
||||
%{python_sitelib}/%{appname}
|
||||
%{python_sitelib}/python_%{appname}-0.0.0.dist-info
|
||||
%endif
|
||||
|
||||
|
3
vagrant-1.1.0-gh.tar.gz
Normal file
3
vagrant-1.1.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a33c95d03e4a5ee24704d332afc55637d5fc9b68c40d04d12b49fe3880344b89
|
||||
size 35841
|
Reference in New Issue
Block a user