From 526a5c5807376345e55e35f1c7d6b2c056e8068f904284c1a3d204ba9e008434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 08:24:40 +0000 Subject: [PATCH] - 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 --- easydev-0.9.37.tar.gz | 3 --- easydev-0.9.38.tar.gz | 3 +++ python-easydev.changes | 7 +++++++ python-easydev.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 easydev-0.9.37.tar.gz create mode 100644 easydev-0.9.38.tar.gz diff --git a/easydev-0.9.37.tar.gz b/easydev-0.9.37.tar.gz deleted file mode 100644 index 82111ed..0000000 --- a/easydev-0.9.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bd1a7e489673847e109c27f83f8e373e45907b70ea78eb2d38d96464f3a4e3 -size 53618 diff --git a/easydev-0.9.38.tar.gz b/easydev-0.9.38.tar.gz new file mode 100644 index 0000000..e53ca35 --- /dev/null +++ b/easydev-0.9.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e44e834a6bcdedcb468e28e34f7c0d08e96c572649f453a802c9c36b0108c6c +size 53566 diff --git a/python-easydev.changes b/python-easydev.changes index fa90800..40a2895 100644 --- a/python-easydev.changes +++ b/python-easydev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 08:20:09 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-easydev.spec b/python-easydev.spec index c15a736..d44c778 100644 --- a/python-easydev.spec +++ b/python-easydev.spec @@ -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