- 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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user