15
0

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:
Ludwig Nussel
2019-09-13 13:03:15 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

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

View File

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

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