forked from pool/python-easydev
Accepting request 730631 from devel:languages:python
- Update to 0.9.38:
* synchronized with pypi. Just an updated travis version to get rid of
py3.3 and removing deprecated messages.
OBS-URL: https://build.opensuse.org/request/show/730631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-easydev?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38bd1a7e489673847e109c27f83f8e373e45907b70ea78eb2d38d96464f3a4e3
|
|
||||||
size 53618
|
|
||||||
3
easydev-0.9.38.tar.gz
Normal file
3
easydev-0.9.38.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e44e834a6bcdedcb468e28e34f7c0d08e96c572649f453a802c9c36b0108c6c
|
||||||
|
size 53566
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 08:20:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.9.38:
|
||||||
|
* synchronized with pypi. Just an updated travis version to get rid of
|
||||||
|
py3.3 and removing deprecated messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:47:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:47:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-easydev
|
# spec file for package python-easydev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-easydev
|
Name: python-easydev
|
||||||
Version: 0.9.37
|
Version: 0.9.38
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Common utilities to ease the development of Python packages
|
Summary: Common utilities to ease the development of Python packages
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -41,6 +41,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-colorlog
|
Requires: python-colorlog
|
||||||
Requires: python-pexpect
|
Requires: python-pexpect
|
||||||
|
Requires: python-setuptools
|
||||||
Recommends: python-line_profiler
|
Recommends: python-line_profiler
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@@ -55,6 +56,7 @@ also as an incubator for other packages and is stable.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n easydev-%{version}
|
%setup -q -n easydev-%{version}
|
||||||
sed -i -e '/^#!\//, 1d' easydev/appdirs.py
|
sed -i -e '/^#!\//, 1d' easydev/appdirs.py
|
||||||
|
rm -r easydev/share/__pycache__
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|||||||
Reference in New Issue
Block a user