commit python-user-agents for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package python-user-agents for 
openSUSE:Factory checked in at 2020-03-10 15:03:18

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


Package is "python-user-agents"

Tue Mar 10 15:03:18 2020 rev:5 rq:783387 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-user-agents/python-user-agents.changes
2019-10-16 09:16:57.519208811 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-user-agents.new.26092/python-user-agents.changes
 2020-03-10 15:03:21.257115634 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 12:29:47 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.1.0
+  * no upstream changelog found
+
+---

Old:

  v2.0.tar.gz

New:

  v2.1.0.tar.gz



Other differences:
--
++ python-user-agents.spec ++
--- /var/tmp/diff_new_pack.Yr7XVp/_old  2020-03-10 15:03:23.245116636 +0100
+++ /var/tmp/diff_new_pack.Yr7XVp/_new  2020-03-10 15:03:23.249116638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-user-agents
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-user-agents
-Version:2.0
+Version:2.1.0
 Release:0
 Summary:A library to identify device capabilities (phones, tablets)
 License:MIT
@@ -50,7 +50,7 @@
 %python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
 %check
-%python_expand $python -m unittest discover ||:
+%python_expand $python -m unittest discover
 
 %files %{python_files}
 %license LICENSE.txt

++ v2.0.tar.gz -> v2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-2.0/.travis.yml 
new/python-user-agents-2.1.0/.travis.yml
--- old/python-user-agents-2.0/.travis.yml  2019-04-07 12:47:25.0 
+0200
+++ new/python-user-agents-2.1.0/.travis.yml2020-02-08 02:53:42.0 
+0100
@@ -7,9 +7,10 @@
   - "3.5"
   - "3.6"
   - "3.7"
+  - "3.8"
 install:
   - "python setup.py install"
   - "pip install -U pip"
-  - "pip install pyyaml ua-parser"
+  - "pip install -r requirements.txt"
 script:
   - python -m unittest discover
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-2.0/README.rst 
new/python-user-agents-2.1.0/README.rst
--- old/python-user-agents-2.0/README.rst   2019-04-07 12:47:25.0 
+0200
+++ new/python-user-agents-2.1.0/README.rst 2020-02-08 02:53:42.0 
+0100
@@ -10,7 +10,7 @@
 -  User agent has touch capabilities (has touch screen)
 
 ``user_agents`` relies on the excellent
-`ua-parser `_ to do the actual
+`ua-parser `_ to do the actual
 parsing of the raw user agent string.
 
 Installation
@@ -154,6 +154,13 @@
 Changelog
 -
 
+Version 2.1 (2020-02-08)
+
+
+-  ``python-user-agents`` now require ``ua-parser>=0.9.0``. Thanks @jnozsc!
+-  Properly detect Chrome Mobile browser families. Thanks @jnozsc!
+
+
 Version 2.0 (2019-04-07)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-2.0/requirements.txt 
new/python-user-agents-2.1.0/requirements.txt
--- old/python-user-agents-2.0/requirements.txt 1970-01-01 01:00:00.0 
+0100
+++ new/python-user-agents-2.1.0/requirements.txt   2020-02-08 
02:53:42.0 +0100
@@ -0,0 +1,3 @@
+ua-parser==0.9.0
+PyYAML==5.3; python_version != '3.4'
+PyYAML==5.2; python_version == '3.4'  # the last version support py34
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-2.0/setup.py 
new/python-user-agents-2.1.0/setup.py
--- old/python-user-agents-2.0/setup.py 2019-04-07 12:47:25.0 +0200
+++ new/python-user-agents-2.1.0/setup.py   2020-02-08 02:53:42.0 
+0100
@@ -3,7 +3,7 @@
 
 setup(
 name='user-agents',
-version='2.0',
+version='2.1',
 author='Selwin Ong',
 author_email='selwin@gmail.com',
 packages=['user_agents'],
@@ -14,7 +14,7 @@
 zip_safe=False,
 include_package_data=True,
 package_data={'': ['README.rst']},
-install_requires=['ua-parser>=0.8.0'],
+install_requires=['ua-parser>=0.9.0'],
 classifiers=[
 'Development Status :: 5 

commit python-user-agents for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-user-agents for 
openSUSE:Factory checked in at 2019-10-16 09:16:53

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


Package is "python-user-agents"

Wed Oct 16 09:16:53 2019 rev:4 rq:738420 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-user-agents/python-user-agents.changes
2019-04-14 12:22:57.859800146 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-user-agents.new.2352/python-user-agents.changes
  2019-10-16 09:16:57.519208811 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:49:23 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-user-agents.spec ++
--- /var/tmp/diff_new_pack.CRkGKp/_old  2019-10-16 09:16:58.743205656 +0200
+++ /var/tmp/diff_new_pack.CRkGKp/_new  2019-10-16 09:16:58.751205636 +0200
@@ -22,7 +22,6 @@
 Release:0
 Summary:A library to identify device capabilities (phones, tablets)
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/selwin/python-user-agents
 Source: 
https://github.com/selwin/python-user-agents/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
@@ -48,7 +47,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
 %check
 %python_expand $python -m unittest discover ||:




commit python-user-agents for openSUSE:Factory

2019-04-14 Thread root
Hello community,

here is the log from the commit of package python-user-agents for 
openSUSE:Factory checked in at 2019-04-14 12:22:57

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


Package is "python-user-agents"

Sun Apr 14 12:22:57 2019 rev:3 rq:693687 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-user-agents/python-user-agents.changes
2018-08-10 09:49:25.494235806 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-user-agents.new.27019/python-user-agents.changes
 2019-04-14 12:22:57.859800146 +0200
@@ -1,0 +2,6 @@
+Fri Apr 12 08:59:10 UTC 2019 - Marketa Calabkova 
+
+- update to version 2.0
+  * python-user-agents now require ua-parser>=0.8.0.
+
+---

Old:

  v1.1.0.tar.gz

New:

  v2.0.tar.gz



Other differences:
--
++ python-user-agents.spec ++
--- /var/tmp/diff_new_pack.kZwsLj/_old  2019-04-14 12:22:58.423800823 +0200
+++ /var/tmp/diff_new_pack.kZwsLj/_new  2019-04-14 12:22:58.427800828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-user-agents
 #
-# 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
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-user-agents
-Version:1.1.0
+Version:2.0
 Release:0
 Summary:A library to identify device capabilities (phones, tablets)
 License:MIT
@@ -27,11 +27,11 @@
 Source: 
https://github.com/selwin/python-user-agents/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module ua-parser}
+BuildRequires:  %{python_module ua-parser >= 0.8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML
-Requires:   python-ua-parser
+Requires:   python-ua-parser >= 0.8.0
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,7 +51,6 @@
 %python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
 
 %check
-# 5 known failures in tests
 %python_expand $python -m unittest discover ||:
 
 %files %{python_files}

++ v1.1.0.tar.gz -> v2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-1.1.0/.travis.yml 
new/python-user-agents-2.0/.travis.yml
--- old/python-user-agents-1.1.0/.travis.yml2017-02-16 23:46:33.0 
+0100
+++ new/python-user-agents-2.0/.travis.yml  2019-04-07 12:47:25.0 
+0200
@@ -1,9 +1,12 @@
 sudo: false
 language: python
+dist: xenial
 python:
   - "2.7"
-  - "3.3"
   - "3.4"
+  - "3.5"
+  - "3.6"
+  - "3.7"
 install:
   - "python setup.py install"
   - "pip install -U pip"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-user-agents-1.1.0/README.rst 
new/python-user-agents-2.0/README.rst
--- old/python-user-agents-1.1.0/README.rst 2017-02-16 23:46:33.0 
+0100
+++ new/python-user-agents-2.0/README.rst   2019-04-07 12:47:25.0 
+0200
@@ -10,7 +10,7 @@
 -  User agent has touch capabilities (has touch screen)
 
 ``user_agents`` relies on the excellent
-``ua-parser ``\ \_ to do the actual
+`ua-parser `_ to do the actual
 parsing of the raw user agent string.
 
 Installation
@@ -20,6 +20,7 @@
:alt: Build status
 
Build status
+
 ``user-agents`` is hosted on
 `PyPI `__ and can be installed
 as such:
@@ -29,7 +30,9 @@
 pip install pyyaml ua-parser user-agents
 
 Alternatively, you can also get the latest source code from
-``Github``\ \_ and install it manually.
+Github_ and install it manually.
+
+.. _Github: https://github.com/selwin/python-user-agents
 
 Usage
 -
@@ -151,13 +154,12 @@
 Changelog
 -
 
-Version 1.1.0
-~
-- Better FirefoxOS and ChromeBook detection
-- Fixes browser version number parsing.
+Version 2.0 (2019-04-07)
+
 
+-  ``python-user-agents`` now require ``ua-parser>=0.8.0``. Thanks @IMDagger!
 
-Version 1.0.0
+Version 1.1
 ~
 
 -  Fixes packaging issue
@@ -169,7 

commit python-user-agents for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-user-agents for 
openSUSE:Factory checked in at 2018-08-10 09:49:24

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


Package is "python-user-agents"

Fri Aug 10 09:49:24 2018 rev:2 rq:628178 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-user-agents/python-user-agents.changes
2018-08-03 12:37:04.251548998 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-user-agents.new/python-user-agents.changes   
2018-08-10 09:49:25.494235806 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 15:34:51 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-user-agents.spec ++
--- /var/tmp/diff_new_pack.4imsNV/_old  2018-08-10 09:49:26.026236663 +0200
+++ /var/tmp/diff_new_pack.4imsNV/_new  2018-08-10 09:49:26.030236670 +0200
@@ -36,7 +36,9 @@
 %python_subpackages
 
 %description
-Python library that provides an easy way to identify/detect devices like 
mobile phones, tablets and their capabilities by parsing (browser/HTTP) user 
agent strings.
+Python library that can identify/detect devices like mobile phones,
+tablets and their capabilities by parsing (browser/HTTP) user agent
+strings.
 
 %prep
 %setup -q