15
0

- 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/package/show/devel:languages:python/python-easydev?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-09-13 08:24:40 +00:00
committed by Git OBS Bridge
parent d0050a756b
commit 526a5c5807
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-easydev
Version: 0.9.37
Version: 0.9.38
Release: 0
Summary: Common utilities to ease the development of Python packages
License: BSD-3-Clause
@@ -41,6 +41,7 @@ BuildRequires: %{python_module pytest}
Requires: python-colorama
Requires: python-colorlog
Requires: python-pexpect
Requires: python-setuptools
Recommends: python-line_profiler
BuildArch: noarch
@@ -55,6 +56,7 @@ also as an incubator for other packages and is stable.
%prep
%setup -q -n easydev-%{version}
sed -i -e '/^#!\//, 1d' easydev/appdirs.py
rm -r easydev/share/__pycache__
%build
%python_build