SHA256
1
0
forked from pool/pyenv

- Fix the tarball url to match reality

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2020-01-20 08:10:24 +00:00 committed by Git OBS Bridge
parent b1b7cce520
commit dd0d31a439
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 20 08:10:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the tarball url to match reality
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 16 18:01:35 UTC 2020 - Thomas Schraitle <thomas.schraitle@suse.com> - 1.2.16 Thu Jan 16 18:01:35 UTC 2020 - Thomas Schraitle <thomas.schraitle@suse.com> - 1.2.16

View File

@ -1,7 +1,7 @@
# #
# spec file for package pyenv # spec file for package pyenv
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: Python Version Management
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/yyuu/pyenv URL: https://github.com/yyuu/pyenv
Source0: https://github.com/pyenv/pyenv/archive/%{name}-%{version}.tar.gz Source0: https://github.com/pyenv/pyenv/archive/v%{version}.tar.gz
Source1: %{name}-rpmlintrc Source1: %{name}-rpmlintrc
Source2: %{name}.rst Source2: %{name}.rst
BuildRequires: bash-completion BuildRequires: bash-completion