From f47caff4256bf5f0120196c1f3a62f2fbceea41edc763f63e468bd310a13ba05 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Jan 2016 12:07:58 +0000 Subject: [PATCH] Accepting request 353408 from home:TheBlackCat:branches:devel:languages:python Update to 0.5 OBS-URL: https://build.opensuse.org/request/show/353408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-editor?expand=0&rev=3 --- python-editor-0.3.tar.gz | 3 --- python-editor-0.5.tar.gz | 3 +++ python-python-editor.changes | 10 ++++++++++ python-python-editor.spec | 8 +++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 python-editor-0.3.tar.gz create mode 100644 python-editor-0.5.tar.gz diff --git a/python-editor-0.3.tar.gz b/python-editor-0.3.tar.gz deleted file mode 100644 index 7ff749c..0000000 --- a/python-editor-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd63670fe21f9618676278c70a9977be46af6a9f1e5fdc45a5207efa6dc53ded -size 2031 diff --git a/python-editor-0.5.tar.gz b/python-editor-0.5.tar.gz new file mode 100644 index 0000000..d6de45b --- /dev/null +++ b/python-editor-0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65c033ede0758663b9ff6a29d702f0b09198ad7c4ef96c9d37ccdfbf7bbf6fa +size 6555 diff --git a/python-python-editor.changes b/python-python-editor.changes index cfc14df..78aefac 100644 --- a/python-python-editor.changes +++ b/python-python-editor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 13 12:04:08 UTC 2016 - toddrme2178@gmail.com + +- Update to 0.5 + * Add "vim.basic" and "vim.tiny" to editors + * Check editor from path (and traverse symlinks) +- Update to 0.4 + * Added MANIFEST file to include README.md and LICENSE file in + pypi tarball + ------------------------------------------------------------------- Fri Aug 21 12:15:52 UTC 2015 - tbechtold@suse.com diff --git a/python-python-editor.spec b/python-python-editor.spec index 87c124e..0711b37 100644 --- a/python-python-editor.spec +++ b/python-python-editor.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-editor # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: python-python-editor -Version: 0.3 +Version: 0.5 Release: 0 Summary: Programmatically open an editor, capture the result License: Apache-2.0 @@ -34,7 +34,8 @@ BuildArch: noarch %endif %description -Programmatically open an editor, capture the result. +python-editor is a library that provides the editor module for +programmatically interfacing with your system’s EDITOR. %prep %setup -q -n python-editor-%{version} @@ -47,6 +48,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) +%doc LICENSE README.md %{python_sitelib}/* %changelog