14
0
forked from pool/python-poyo

Accepting request 719818 from home:pgajdos

- version update to 0.5.0
  ### Features
  * Add support for multiline strings, thanks to [@maebert][@maebert] (#22)
  ### Bugfixes
  * Fix link to poyo on PyPI, thanks to [@mrshu][@mrshu] (#20)
  * Trim trailing whitespace in variable, thanks to [@hackebrot][@hackebrot] (#25)
  ### Improvements
  * Update project to use src directory, thanks to [@hackebrot][@hackebrot] (#24)
  * Convert rst files to md, thanks to [@Um9i][@Um9i] (#28)
  * Reformat code base with black, thanks to [@Um9i][@Um9i] (#29)

OBS-URL: https://build.opensuse.org/request/show/719818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poyo?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-07-30 14:14:40 +00:00
committed by Git OBS Bridge
parent 6dbb0e6f47
commit cbcabe3bfe
4 changed files with 19 additions and 5 deletions

View File

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

3
poyo-0.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 30 12:09:10 UTC 2019 - pgajdos@suse.com
- version update to 0.5.0
### Features
* Add support for multiline strings, thanks to [@maebert][@maebert] (#22)
### Bugfixes
* Fix link to poyo on PyPI, thanks to [@mrshu][@mrshu] (#20)
* Trim trailing whitespace in variable, thanks to [@hackebrot][@hackebrot] (#25)
### Improvements
* Update project to use src directory, thanks to [@hackebrot][@hackebrot] (#24)
* Convert rst files to md, thanks to [@Um9i][@Um9i] (#28)
* Reformat code base with black, thanks to [@Um9i][@Um9i] (#29)
-------------------------------------------------------------------
Tue Mar 26 08:36:47 UTC 2019 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-poyo
Version: 0.4.2
Version: 0.5.0
Release: 0
Summary: YAML Parser for Python
License: MIT
@@ -64,7 +64,7 @@ py.test-%{$python_bin_suffix}
%files %{python_files}
%license LICENSE
%doc README.rst
%doc CHANGES.md COMMUNITY.md CONTRIBUTING.md README.md
%{python_sitelib}/*
%changelog