commit python-poyo for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package python-poyo for openSUSE:Factory 
checked in at 2019-07-31 14:29:33

Comparing /work/SRC/openSUSE:Factory/python-poyo (Old)
 and  /work/SRC/openSUSE:Factory/.python-poyo.new.4126 (New)


Package is "python-poyo"

Wed Jul 31 14:29:33 2019 rev:4 rq:719839 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-poyo/python-poyo.changes  2019-03-26 
15:45:46.376071855 +0100
+++ /work/SRC/openSUSE:Factory/.python-poyo.new.4126/python-poyo.changes
2019-07-31 14:29:36.066071564 +0200
@@ -1,0 +2,14 @@
+Tue Jul 30 12:09:10 UTC 2019 - pgaj...@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)
+
+---

Old:

  poyo-0.4.2.tar.gz

New:

  poyo-0.5.0.tar.gz



Other differences:
--
++ python-poyo.spec ++
--- /var/tmp/diff_new_pack.MANlwI/_old  2019-07-31 14:29:36.834070942 +0200
+++ /var/tmp/diff_new_pack.MANlwI/_new  2019-07-31 14:29:36.842070936 +0200
@@ -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 @@
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst
+%doc CHANGES.md COMMUNITY.md CONTRIBUTING.md README.md
 %{python_sitelib}/*
 
 %changelog

++ poyo-0.4.2.tar.gz -> poyo-0.5.0.tar.gz ++
 3480 lines of diff (skipped)




commit python-poyo for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package python-poyo for openSUSE:Factory 
checked in at 2019-03-26 15:45:44

Comparing /work/SRC/openSUSE:Factory/python-poyo (Old)
 and  /work/SRC/openSUSE:Factory/.python-poyo.new.25356 (New)


Package is "python-poyo"

Tue Mar 26 15:45:44 2019 rev:3 rq:688607 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-poyo/python-poyo.changes  2018-12-24 
11:41:22.613452934 +0100
+++ /work/SRC/openSUSE:Factory/.python-poyo.new.25356/python-poyo.changes   
2019-03-26 15:45:46.376071855 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 08:36:47 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.4.2
+  * Resolve a bug with list items and comments
+
+---

Old:

  poyo-0.4.1.tar.gz

New:

  poyo-0.4.2.tar.gz



Other differences:
--
++ python-poyo.spec ++
--- /var/tmp/diff_new_pack.jhkz1d/_old  2019-03-26 15:45:47.172071472 +0100
+++ /var/tmp/diff_new_pack.jhkz1d/_new  2019-03-26 15:45:47.172071472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-poyo
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-poyo
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:YAML Parser for Python
 License:MIT

++ poyo-0.4.1.tar.gz -> poyo-0.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poyo-0.4.1/CHANGES.md new/poyo-0.4.2/CHANGES.md
--- old/poyo-0.4.1/CHANGES.md   1970-01-01 01:00:00.0 +0100
+++ new/poyo-0.4.2/CHANGES.md   2018-05-22 12:35:33.0 +0200
@@ -0,0 +1,128 @@
+# 0.4.2
+
+### Bugfixes
+
+* Resolve a bug with list items and comments, thanks to
+  [@ishanarora][@ishanarora] (#18)
+
+[@ishanarora]: https://github.com/ishanarora
+
+# 0.4.1
+
+### Bugfixes
+
+* Update regex patterns to allow for no newline at the end of the given string,
+  thanks to [@mikeckennedy][@mikeckennedy] and [@hackebrot][@hackebrot]
+  (#13, #14)
+
+[@mikeckennedy]: https://github.com/mikeckennedy
+
+# 0.4.0
+
+### Features
+
+* Add support for block comments in sections, thanks to [@jakubka][@jakubka]
+  and [@hackebrot][@hackebrot] (#7)
+
+```yaml
+default_context: # foobar
+greeting: こんにちは
+# comment
+# allthethings
+docs: true
+
+123: 456.789
+```
+
+### Improvements
+
+* Set up ``poyo`` logger with NullHandler to log DEBUG messages when parsing,
+  thanks to [@hackebrot][@hackebrot]
+
+```text
+DEBUG:poyo.parser:parse_simple <- 123: 456.789
+DEBUG:poyo.parser:parse_int <- 123
+DEBUG:poyo.parser:parse_int -> 123
+DEBUG:poyo.parser:parse_float <- 456.789
+DEBUG:poyo.parser:parse_float -> 456.789
+DEBUG:poyo.parser:parse_simple -> 
+```
+
+### Bugfixes
+
+* Fix an issue around section names if the line contained more than one colon
+  symbol, thanks to [@gvalkov][@gvalkov] and [@hackebrot][@hackebrot] (#9)
+* Fix an issue that caused partial matches to raise an error, thanks to
+  [@gvalkov][@gvalkov] and [@hackebrot][@hackebrot] (#9)
+
+[@gvalkov]: https://github.com/gvalkov
+[@hackebrot]: https://github.com/hackebrot
+[@jakubka]: https://github.com/jakubka
+
+
+# 0.3.0
+
+### Features
+
+* Add support for blank lines and comment lines in lists, thanks to
+  [@eykd][@eykd] and [@hackebrot][@hackebrot] (#5)
+
+```yaml
+doc_tools:
+# docs or didn't happen
+-mkdocs
+- 'sphinx'
+
+- null
+```
+
+### Improvements
+
+* Add tests for patterns, thanks to [@eykd][@eykd] and [@hackebrot][@hackebrot]
+  (#5)
+
+### Bugfixes
+
+* Solve an issue with ``~`` character not being recognized as ``None``
+
+[@eykd]: https://github.com/eykd
+[@hackebrot]: https://github.com/hackebrot
+
+
+# 0.2.0
+
+### Features
+
+* Add support for list values
+
+```yaml
+doc_tools:
+- mkdocs
+- 'sphinx'
+- null
+```
+* Expose ``PoyoException`` in API
+
+```python
+from poyo import PoyoException
+```
+
+### Bugfixes
+
+* Ignore dashes in lines
+
+```yaml
+---
+default_context:
+foo: "hallo #welt" #Inline comment :)
+docs: true
+```
+
+
+# 0.1.0
+
+First release on PyPI.
+
+### Features
+
+* ``parse_string()`` to load a YAML string as a Python dict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poyo-0.4.1/CONTRIBUTORS.rst 
new/poyo-0.4.2/CONTRIBUTORS.rst
--- old/poyo-0.4.1/CONTRIBUTORS.rst 2017-03-21 13:19:42.0 +010

commit python-poyo for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-poyo for openSUSE:Factory 
checked in at 2018-12-24 11:41:21

Comparing /work/SRC/openSUSE:Factory/python-poyo (Old)
 and  /work/SRC/openSUSE:Factory/.python-poyo.new.28833 (New)


Package is "python-poyo"

Mon Dec 24 11:41:21 2018 rev:2 rq:659559 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-poyo/python-poyo.changes  2018-03-06 
10:45:46.999545395 +0100
+++ /work/SRC/openSUSE:Factory/.python-poyo.new.28833/python-poyo.changes   
2018-12-24 11:41:22.613452934 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:51:38 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-poyo.spec ++
--- /var/tmp/diff_new_pack.XVDTpW/_old  2018-12-24 11:41:23.057452540 +0100
+++ /var/tmp/diff_new_pack.XVDTpW/_new  2018-12-24 11:41:23.057452540 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,17 +24,15 @@
 Summary:YAML Parser for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/hackebrot/poyo
+URL:https://github.com/hackebrot/poyo
 Source: 
https://files.pythonhosted.org/packages/source/p/poyo/poyo-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module pytest}
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -65,8 +63,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog