commit python-pybtex for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2020-10-02 17:40:37

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


Package is "python-pybtex"

Fri Oct  2 17:40:37 2020 rev:16 rq:839118 version:0.22.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2020-05-23 17:28:10.883504171 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new.4249/python-pybtex.changes
2020-10-02 17:41:41.238895478 +0200
@@ -1,0 +2,24 @@
+Fri Oct  2 08:44:00 UTC 2020 - Martin Pluskal 
+
+- Do not ship tests
+
+---
+Wed Sep 16 21:15:17 UTC 2020 - Dirk Mueller 
+
+- update to 0.22.2:
+  * Fixed compatibility with Python 2 and older versions of Python 3.
+  * Fixed non-working ``--backend`` option with ``pybtex -l python``.
+  * Fixed handling of duplicate fields in ``.bib`` biles.
+  * BibTeX parser is now up to 10% faster on some files.
+  * Fixed parsing of names with ``\~`` characters.
+  * Fixed formatting proceedings without an ``editor`` field in ``unsrt.py``.
+  * In case of too many braces in a BibTeX string, ``PybtexSyntaxError`` is 
now raised instead
+  * Dropped ``2to3``, made the code compatible with both Python 2 and 3 with 
Six_.
+  * Moved tests outside of the ``pybtex`` package.
+  * Fixed searching in docs with recent versions of Sphinx_.
+  * API: renamed ``bibtex.BibTeXEntryIterator`` to ``bibtex.LowLevelParser`` 
for clarity.
+  * API: removed confusing usage of ``Person.text`` in ``tempate.names``.
+  * API: ``Entry.fields`` does not automagically look for cross-referenced 
entries
++  anymore.
+
+---

Old:

  pybtex-0.21.tar.gz

New:

  pybtex-0.22.2.tar.gz



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.UJsHYa/_old  2020-10-02 17:41:43.098896587 +0200
+++ /var/tmp/diff_new_pack.UJsHYa/_new  2020-10-02 17:41:43.102896589 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oname   pybtex
 Name:   python-pybtex
-Version:0.21
+Version:0.22.2
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
@@ -33,10 +33,12 @@
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pyparsing}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-latexcodec
 Requires:   python-pyparsing
+Requires:   python-six
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
@@ -61,6 +63,7 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
 # install man
 for man in %{oname} %{oname}-convert %{oname}-format ; do
   install -Dpm 0644 docs/man1/${man}.1 %{buildroot}%{_mandir}/man1/${man}.1

++ pybtex-0.21.tar.gz -> pybtex-0.22.2.tar.gz ++
 56219 lines of diff (skipped)




commit python-pybtex for openSUSE:Factory

2020-05-23 Thread root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2020-05-23 17:26:56

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


Package is "python-pybtex"

Sat May 23 17:26:56 2020 rev:15 rq:807689 version:0.21

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2018-01-07 17:22:50.005168791 +0100
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new.2738/python-pybtex.changes
2020-05-23 17:28:10.883504171 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:17 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.Xlfon8/_old  2020-05-23 17:28:11.563505643 +0200
+++ /var/tmp/diff_new_pack.Xlfon8/_new  2020-05-23 17:28:11.567505652 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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/
 #
 
 
@@ -25,8 +25,8 @@
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
 Group:  Productivity/Publishing/TeX/Utilities
-URL:http://pybtex.org/
-Source0:
https://pypi.python.org/packages/82/59/d46b4a84faacd7c419cfc9a442b7940d6d625d127b83d83666e2a8b203d8/pybtex-%{version}.tar.gz
+URL:https://pybtex.org/
+Source0:
https://files.pythonhosted.org/packages/source/p/pybtex/pybtex-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML >= 3.0.1}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module latexcodec}
@@ -37,6 +37,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-latexcodec
 Requires:   python-pyparsing
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -59,17 +61,40 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-
 # install man
 for man in %{oname} %{oname}-convert %{oname}-format ; do
   install -Dpm 0644 docs/man1/${man}.1 %{buildroot}%{_mandir}/man1/${man}.1
 done
+%python_clone -a %{buildroot}%{_mandir}/man1/%{oname}-format.1
+%python_clone -a %{buildroot}%{_mandir}/man1/%{oname}-convert.1
+%python_clone -a %{buildroot}%{_mandir}/man1/%{oname}.1
+%python_clone -a %{buildroot}%{_bindir}/%{oname}-format
+%python_clone -a %{buildroot}%{_bindir}/%{oname}-convert
+%python_clone -a %{buildroot}%{_bindir}/%{oname}
+
+%post
+%python_install_alternative %{oname}-format.1
+%python_install_alternative %{oname}-convert.1
+%python_install_alternative %{oname}.1
+%python_install_alternative %{oname}-format
+%python_install_alternative %{oname}-convert
+%python_install_alternative %{oname}
+
+%postun
+%python_uninstall_alternative %{oname}-format.1
+%python_uninstall_alternative %{oname}-convert.1
+%python_uninstall_alternative %{oname}.1
+%python_uninstall_alternative %{oname}-format
+%python_uninstall_alternative %{oname}-convert
+%python_uninstall_alternative %{oname}
 
 %files %{python_files}
-%python3_only %{_bindir}/%{oname}*
-%python3_only %{_mandir}/man1/%{oname}.1%{ext_man}
-%python3_only %{_mandir}/man1/%{oname}-convert.1%{ext_man}
-%python3_only %{_mandir}/man1/%{oname}-format.1%{ext_man}
+%python_alternative %{_mandir}/man1/%{oname}-format.1%{ext_man}
+%python_alternative %{_mandir}/man1/%{oname}-convert.1%{ext_man}
+%python_alternative %{_mandir}/man1/%{oname}.1%{ext_man}
+%python_alternative %{_bindir}/%{oname}-format
+%python_alternative %{_bindir}/%{oname}-convert
+%python_alternative %{_bindir}/%{oname}
 %{python_sitelib}/*
 
 %changelog




commit python-pybtex for openSUSE:Factory

2018-01-07 Thread root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2018-01-07 17:22:44

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


Package is "python-pybtex"

Sun Jan  7 17:22:44 2018 rev:14 rq:561638 version:0.21

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2015-12-23 08:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2018-01-07 17:22:50.005168791 +0100
@@ -1,0 +2,25 @@
+Thu Jan  4 13:14:21 UTC 2018 - mplus...@suse.com
+
+- Update to version 0.21:
+  * BibTeX writer now uses latexcodec to encode characters that are
+not directly supported by the output encoding. Thanks, Hong Xu!
+  * HTML backend: {braced stings} are now wrapped with
+ to enable custom CSS styling.
+  * unsrt.py: DOI, PubMed and Arxiv links now use HTTPS instead of
+HTTP.
+  * unsrt.py: URLs with percent characters are now formatted
+correctly.
+  * unsrt.py: short page / volume / chapter numbers are now joined
+with a non-breaking space, like in BibTeX.
+  * unsrt.py: inbook now uses the editor field if the author field
+is missing, like in BibTeX.
+  * unsrt.py: the words “volume” and “pages” in the beginning of
+the sentence are now capitalized, like in BibTeX.
+  * unsrt.py: removed unnecessary period between the book title and
+the comma in inbook.
+  * LaTeX backend: fix encoding tilde ("~") characters with newer
+versions of latexcodec.
+  * Fix splitting names with escaped space ("\ ") characters.
+- Convert to singlespec
+
+---

Old:

  pybtex-0.19.tar.bz2
  python-pybtex-rpmlintrc

New:

  pybtex-0.21.tar.gz



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.Vyo63H/_old  2018-01-07 17:22:50.529144231 +0100
+++ /var/tmp/diff_new_pack.Vyo63H/_new  2018-01-07 17:22:50.529144231 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,27 +17,28 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oname   pybtex
-
 Name:   python-pybtex
-Version:0.19
+Version:0.21
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
 Group:  Productivity/Publishing/TeX/Utilities
-Url:http://pybtex.org/
-Source0:
http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.bz2
-Source1:%{name}-rpmlintrc
-%if 0%{?suse_version}
+URL:http://pybtex.org/
+Source0:
https://pypi.python.org/packages/82/59/d46b4a84faacd7c419cfc9a442b7940d6d625d127b83d83666e2a8b203d8/pybtex-%{version}.tar.gz
+BuildRequires:  %{python_module PyYAML >= 3.0.1}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module latexcodec}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pyparsing}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-%endif
-BuildRequires:  python-PyYAML
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
+Requires:   python-latexcodec
 Requires:   python-pyparsing
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Pybtex is a BibTeX-compatible bibliography processor written in Python which
@@ -49,61 +50,26 @@
 Furthermore, Pybtex provides an interface for Python applications which need to
 process the above formats.
 
-%package -n %{name}-doc
-Summary:Documentation for the python-pybtex
-Group:  Documentation
-BuildArch:  noarch
-
-%description -n %{name}-doc
-Pybtex is a BibTeX-compatible bibliography processor written in Python which
-can produce formatted bibliographies in different, customizable formats. It
-supports both native BibTeX style files and styles written in Python and
-accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and
-can output LaTeX, HTML, and plain text.
-
-Furthermore, Pybtex provides an interface for Python applications which need to
-process the above formats.
-
-
-Documentation for the package python-pybtex.
-
 %prep
 %setup -q -n %{oname}-%{version}
 
-# prevent tests from being installed
-rm -rf %{oname}/tests
-
-# Remove Shebang
-find %{oname}/ -name '*.py' -print0 | 

commit python-pybtex for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2015-12-23 08:49:43

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


Package is "python-pybtex"

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2015-07-14 17:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2015-12-23 08:49:44.0 +0100
@@ -1,0 +2,29 @@
+Mon Dec  7 15:17:36 UTC 2015 - nemy...@opensuse.org
+
+- Update to 0.19, announce message:
+
+ - Added Markdown output format (contributed by Jorrit Wronski).
+ - Incorrectly formatted author and editor names now result in warnings 
instead of errors,
+   unless ``--strict`` mode is enabled.
+ - Fixed HTML escaping.
+ - Fixed parsing nested ``.aux`` files.
+ - Fixed splitting names separated by non-lowercase ``" and "``.
+ - Fixed line numbers in error messages when parsing strings with DOS/Windows 
line breaks.
+ - Fixed compatibility with BibTeX when parsing certain weird "von" names.
+ - Removed excessive trailing newline from ``.bib`` output.
+ - Text wrapping now works exactly as in BibTeX.
+ - Added new API for :doc:`reading and writing bibliography data 
`.
+ - Pythonic styles: reworked and extended the :ref:`rich text API `.
+ - Pythonic styles: added ``strong``, ``i``, ``b``, ``tt`` tags, renamed the 
old
+   ``emph`` tag to ``em``.
+ - Pythonic styles: the ``author_year_title`` style now returns ``""`` instead 
of ``None``
+   (fixes unorderable types error in Python 3).
+ - Ported the documentation_ to Sphinx_.
+ Thanks to Jorrit Wronski and Matthias Troffaes for their fixes and 
improvements!
+
+- Add BuildRequires, changed by Upstream for python-PyYAML and
+  python-nose
+- Remove obsolete Sed, changed by Upstream
+- Change Documentation, changed by Upstream
+
+---

Old:

  pybtex-0.18.tar.bz2

New:

  pybtex-0.19.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.NB2Xdm/_old  2015-12-23 08:49:45.0 +0100
+++ /var/tmp/diff_new_pack.NB2Xdm/_new  2015-12-23 08:49:45.0 +0100
@@ -20,7 +20,7 @@
 %define oname   pybtex
 
 Name:   python-pybtex
-Version:0.18
+Version:0.19
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
@@ -31,7 +31,9 @@
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
+BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
+BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 Requires:   python-pyparsing
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,9 +70,6 @@
 %prep
 %setup -q -n %{oname}-%{version}
 
-# Fix URL
-sed -i 's|http://pybtex.sourceforge.net/|%{url}|' setup.py
-
 # prevent tests from being installed
 rm -rf %{oname}/tests
 
@@ -93,7 +92,7 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_bindir}/%{oname}*
 %{_mandir}/man1/%{oname}.1%{ext_man}
 %{_mandir}/man1/%{oname}-convert.1%{ext_man}
@@ -103,7 +102,8 @@
 %{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc docs/html examples COPYING CHANGES README
+%defattr(-,root,root)
+%doc examples CHANGES COPYING README
+#docs/html
 
 %changelog

++ pybtex-0.18.tar.bz2 -> pybtex-0.19.tar.bz2 ++
 12721 lines of diff (skipped)




commit python-pybtex for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2015-07-14 17:44:29

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


Package is python-pybtex

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2014-08-27 07:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2015-07-14 17:45:44.0 +0200
@@ -1,0 +2,14 @@
+Sun Jul 12 19:15:21 UTC 2015 - nemy...@gmx.ch
+
+- Use %{oname} instead of pybtex
+- Change Url from SourceForge to http://pybtex.org
+- Add python-pybtex-rpmlintrc, executable script in documentation
+- Use check for openSUSE %if 0%{?suse_version}
+- Remove Recommends for non existent python-yaml
+- Split out doc and add doc into subpackages
+- Remove BuildRequires for ed, use sed instead
+- Add sed, Fix URL
+- Change Man Pages, add pybtex-format
+- Add examples to Documentation
+
+---

New:

  python-pybtex-rpmlintrc



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.DrW8jr/_old  2015-07-14 17:45:45.0 +0200
+++ /var/tmp/diff_new_pack.DrW8jr/_new  2015-07-14 17:45:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,21 +17,23 @@
 #
 
 
+%define oname   pybtex
+
 Name:   python-pybtex
 Version:0.18
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT
 Group:  Productivity/Publishing/TeX/Utilities
-Url:http://pybtex.sourceforge.net/
-Source: 
http://pypi.python.org/packages/source/p/pybtex/pybtex-%{version}.tar.bz2
-BuildRequires:  ed
+Url:http://pybtex.org/
+Source0:
http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.bz2
+Source1:%{name}-rpmlintrc
+%if 0%{?suse_version}
 BuildRequires:  fdupes
+%endif
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-pyparsing
-%{py_requires}
-Recommends: python-yaml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -45,35 +47,63 @@
 Furthermore, Pybtex provides an interface for Python applications which need to
 process the above formats.
 
+%package -n %{name}-doc
+Summary:Documentation for the python-pybtex
+Group:  Documentation
+BuildArch:  noarch
+
+%description -n %{name}-doc
+Pybtex is a BibTeX-compatible bibliography processor written in Python which
+can produce formatted bibliographies in different, customizable formats. It
+supports both native BibTeX style files and styles written in Python and
+accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and
+can output LaTeX, HTML, and plain text.
+
+Furthermore, Pybtex provides an interface for Python applications which need to
+process the above formats.
+
+
+Documentation for the package python-pybtex.
 
 %prep
-%setup -q -n pybtex-%{version}
+%setup -q -n %{oname}-%{version}
+
+# Fix URL
+sed -i 's|http://pybtex.sourceforge.net/|%{url}|' setup.py
+
 # prevent tests from being installed
-rm -rf pybtex/tests
-# remove shebang from non-executables
-find pybtex/ -name '*.py' -print -exec sh -c '
-ed -s $1 2/dev/null \EOF
-/^#!\/usr\/bin\/env/d
-w
-EOF
-' {} {} \;
+rm -rf %{oname}/tests
+
+# Remove Shebang
+find %{oname}/ -name '*.py' -print0 | xargs -0 sed -i 's|/usr/bin/env||'
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
-install -D -p -m 644 docs/man1/pybtex.1 %{buildroot}%{_mandir}/man1/pybtex.1
-install -D -p -m 644 docs/man1/pybtex-convert.1 
%{buildroot}%{_mandir}/man1/pybtex-convert.1
-%fdupes %{buildroot}%{python_sitelib}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
+# install man
+for man in %{oname} %{oname}-convert %{oname}-format ; do
+install -Dm 0644 docs/man1/${man}.1 %{buildroot}%{_mandir}/man1/${man}.1
+done
+
+%if 0%{?suse_version}
+%fdupes -s %{buildroot}%{_prefix}
+%endif
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/%{oname}*
+%{_mandir}/man1/%{oname}.1%{ext_man}
+%{_mandir}/man1/%{oname}-convert.1%{ext_man}
+%{_mandir}/man1/%{oname}-format.1%{ext_man}
+%{python_sitelib}/%{oname}
+%{python_sitelib}/custom_fixers

commit python-pybtex for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2014-08-27 07:46:28

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


Package is python-pybtex

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2014-05-27 12:02:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2014-08-27 07:46:56.0 +0200
@@ -1,0 +2,24 @@
+Tue Aug 26 07:06:45 UTC 2014 - g...@opensuse.org
+
+- update to version 0.18
+  - Pybtex is now fully case-insensitive (like BibTeX). As a
+consequence, IEEEtran styles now work corretly.
+  - Added ``--preserve-case`` optoin to ``pybtex-convert`` (by
+default all identifiers are converted to lower case).
+  - An erorr is reported if two citations have the same key but
+different case, like in BibTeX. (Example: ddt1999 and DDT1999).
+  - Fixed parsing unused bibliography entries with strings
+containing @ characters.
+  - ``entry.max$`` constant is now set to 250, ``global.max$`` is
+set to 2, like in BibTeX.
+  - Added ``--strict`` option to ``pybtex-convert`` and
+``pybtex-format`` (turns warning to errors).
+  - Strict mode is now enabled by default when using pybtex as a
+library (exceptions are raised on all errors instead of just
+printing warnings to stderr).
+Non-strict error handling is still enabled when using pybtex
+from the command line, for compatibility with BibTeX. Use
+``--strict`` option if you don't like this.
+  - Added missing pybtex-format manpage.
+
+---

Old:

  pybtex-0.17.tar.bz2

New:

  pybtex-0.18.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.6hkJM8/_old  2014-08-27 07:46:57.0 +0200
+++ /var/tmp/diff_new_pack.6hkJM8/_new  2014-08-27 07:46:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-pybtex
-Version:0.17
+Version:0.18
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT

++ pybtex-0.17.tar.bz2 - pybtex-0.18.tar.bz2 ++
 6720 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pybtex for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2014-05-27 12:02:38

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


Package is python-pybtex

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2012-05-16 21:09:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2014-05-27 12:02:39.0 +0200
@@ -1,0 +2,32 @@
+Mon May 26 15:17:17 UTC 2014 - g...@opensuse.org
+
+- update to version 0.17
+  - Added pybtex-format utility for formatting bibliography files
+as HTML, LaTeX, and other supported human-readable formats.
+  - Added --strict command line option (all warnings become
+errors).
+  - Added alpha label style, and alpha and unsrtalpha formatting
+styles.
+  - Added support for url, eprint, doi, and pubmed fields in unsrt
+style.
+  - Names with hyphens are now abbreviated correctly
+(Jean-Baptiste becomes J.-B.).
+  - width$ now uses cmr10 font metrics, like in BibTeX. Non-latin
+characters are also supported.
+  - Pythonic style engine now supports @preamble commands.
+  - Warning on missing fields are now more human-readable.
+  - When writing BibTeX files, put entry key on the same line with
+entry type. Fixes warnings in Jabref.
+  - When using multiple .bib files, macros defined in earlier files
+are available in subsequent ones (like in BibTeX).
+  - Fixed parsing .bst files with lines consisting of a single %
+character.
+  - Fixed sorting entries without author in author_year_title
+sorting style.
+  - Fixed broken CaseInsensitiveDict.get().
+  - CaseInsensitiveDict is now pickleable.
+  - Added support for registering plugins at runtime with
+pybtex.plugin.register_plugin() - useful for using pybtex as a
+library.
+
+---

Old:

  pybtex-0.16.tar.bz2

New:

  pybtex-0.17.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.A0vmcV/_old  2014-05-27 12:02:40.0 +0200
+++ /var/tmp/diff_new_pack.A0vmcV/_new  2014-05-27 12:02:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   python-pybtex
-Version:0.16
+Version:0.17
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT

++ pybtex-0.16.tar.bz2 - pybtex-0.17.tar.bz2 ++
 8722 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pybtex for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2012-05-16 21:09:17

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


Package is python-pybtex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2011-09-23 12:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2012-05-16 21:09:20.0 +0200
@@ -1,0 +2,29 @@
+Wed May 16 10:43:39 UTC 2012 - g...@opensuse.org
+
+- update to version 0.16
+  - BibTeX .bib and .bst parsers were completely rewritten; they
+are now much faster and more BibTeX-compatible
+  - syntax errors and undefined strings in .bib files now result in
+warnings instead of errors, like in BibTeX
+  - unused entries in .bib files are now skipped, like in BibTeX
+  - the case of entry keys is now preserved (in previous versions
+they were converted to lowercase)
+  - pythonic style engine now supports sorting
+  - pythonic style engine: fixed nested optional() blocks
+  - fixed parsing of some names with a Last part but no von part
+  - fixed processing of brace-level-one special characters in
+purify$ BibTeX built-in function
+  - added proper error messages on encoding errors in .bib files
+  - the default encoding is now UTF-8 on all platforms
+  - pybtex-convert now preserves the order of entries in BibTeX and
+BibTeXML files
+  - fixed first_of behavior when non-empty child is followed by a
+child that has a missing field
+  - fixed crossref lookups when key is not lower case
+  - completed unsrt and plain python styles: they now contain all
+entry types
+  - added doctree backend for rendering into a tree of docutils
+nodes
+  - added support for non-string backends
+
+---

Old:

  pybtex-0.15.tar.bz2

New:

  pybtex-0.16.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.Ixz9gO/_old  2012-05-16 21:09:21.0 +0200
+++ /var/tmp/diff_new_pack.Ixz9gO/_new  2012-05-16 21:09:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,19 +17,18 @@
 #
 
 
-
 Name:   python-pybtex
-Version:0.15
-Release:1
-License:MIT
+Version:0.16
+Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
-Url:http://pybtex.sourceforge.net/
+License:MIT
 Group:  Productivity/Publishing/TeX/Utilities
+Url:http://pybtex.sourceforge.net/
 Source: 
http://pypi.python.org/packages/source/p/pybtex/pybtex-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  ed
 BuildRequires:  fdupes
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   python-pyparsing
 %{py_requires}
 Recommends: python-yaml

++ pybtex-0.15.tar.bz2 - pybtex-0.16.tar.bz2 ++
 70688 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pybtex for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory
checked in at Fri Jul 1 17:00:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-pybtex/python-pybtex.changes 2011-06-13 18:51:03.0 +0200
@@ -0,0 +1,26 @@
+---
+Mon Jun 13 16:11:25 UTC 2011 - g...@opensuse.org
+
+- update to version 0.15
+  - changed license from GPL-3 to MIT
+  - when parsing multiple BibTeX files, macros defined in earlier
+files are now available to all subsequent files, like in BibTeX
+  - BibTeX .bst interpreter now prints warnings on missing entries,
+like BibTeX, instead of raising a KeyError
+  - call.type$ BibTeX built-in function now uses default.entry for
+unknown entry types, like in BibTeX
+  - substring$ now accepts start=0 and returns an empty string.
+  - added more detailed error messages for already defined
+variables in .bst files
+  - bugfixes
+
+---
+Sun Jan  9 18:13:59 UTC 2011 - g...@opensuse.org
+
+- add documentation
+
+---
+Sun Jan  9 11:31:32 UTC 2011 - g...@opensuse.org
+
+- initial packaging
+

calling whatdependson for head-i586


New:

  pybtex-0.15.tar.bz2
  python-pybtex.changes
  python-pybtex.spec



Other differences:
--
++ python-pybtex.spec ++
#
# spec file for package python-pybtex
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   python-pybtex
Version:0.15
Release:1
License:MIT
Summary:BibTeX-compatible Bibliography Processor in Python
Url:http://pybtex.sourceforge.net/
Group:  Productivity/Publishing/TeX/Utilities
Source: 
http://pypi.python.org/packages/source/p/pybtex/pybtex-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  ed
BuildRequires:  fdupes
Requires:   python-pyparsing
%{py_requires}
Recommends: python-yaml
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Pybtex is a BibTeX-compatible bibliography processor written in Python which
can produce formatted bibliographies in different, customizable formats. It
supports both native BibTeX style files and styles written in Python and
accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and
can output LaTeX, HTML, and plain text.

Furthermore, Pybtex provides an interface for Python applications which need to
process the above formats.


%prep
%setup -q -n pybtex-%{version}
# prevent tests from being installed
rm -rf pybtex/tests
# remove shebang from non-executables
find pybtex/ -name '*.py' -print -exec sh -c '
ed -s $1 2/dev/null \EOF
/^#!\/usr\/bin\/env/d
w
EOF
' {} {} \;

%build
%{__python} setup.py build

%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
install -D -p -m 644 docs/man1/pybtex.1 %{buildroot}%{_mandir}/man1/pybtex.1
install -D -p -m 644 docs/man1/pybtex-convert.1 
%{buildroot}%{_mandir}/man1/pybtex-convert.1
%fdupes %{buildroot}%{python_sitelib}

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc COPYING CHANGES README
%doc docs/html
%doc %{_mandir}/man1/pybtex*.1*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org