- 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:
2024-01-03 12:57:25 +00:00
committed by Git OBS Bridge
parent 0400d236a6
commit 37e829ad0b
5 changed files with 10 additions and 26 deletions

View File

@@ -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>

View File

@@ -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> Sat May 20 11:45:00 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

View File

@@ -1,4 +0,0 @@
name: python-vagrant
version: 1.1.0
mtime: 1670512321
commit: b725a44754403bd174158ff018d4b517f4153a56

View File

@@ -31,7 +31,7 @@ Summary: Python bindings for Vagrant
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/pycontribs/python-vagrant 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@@ -82,9 +82,7 @@ rm -r /tmp/vagrant
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md
%dir %{python_sitelib}/%{appname} %{python_sitelib}/%{appname}
%pycache_only %{python_sitelib}/%{appname}/__pycache__
%{python_sitelib}/%{appname}/{__init__,compat,test}.py
%{python_sitelib}/python_%{appname}-0.0.0.dist-info %{python_sitelib}/python_%{appname}-0.0.0.dist-info
%endif %endif

3
vagrant-1.1.0-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a33c95d03e4a5ee24704d332afc55637d5fc9b68c40d04d12b49fe3880344b89
size 35841