commit 259065d6cfa942436e4ea511e76c4877857664f5d52c4797ba8451138833ba21 Author: Tomáš Chvátal Date: Wed Aug 1 13:49:17 2018 +0000 osc copypac from project:home:buschmann23:weblate package:python-ua-parser revision:3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ua-parser?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-ua-parser.changes b/python-ua-parser.changes new file mode 100644 index 0000000..9975246 --- /dev/null +++ b/python-ua-parser.changes @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 18 18:13:48 UTC 2018 - buschmann23@opensuse.org + +- update to version 0.8.0 + + no changelog available + +------------------------------------------------------------------- +Tue Feb 20 15:35:05 UTC 2018 - buschmann23@opensuse.org + +- update to version 0.7.3 + + no changelog available + +------------------------------------------------------------------- +Sun Jan 14 15:28:45 UTC 2018 - adrian@suse.de + +- initial package in version 0.5.1 diff --git a/python-ua-parser.spec b/python-ua-parser.spec new file mode 100644 index 0000000..7a3d9b9 --- /dev/null +++ b/python-ua-parser.spec @@ -0,0 +1,56 @@ +# +# spec file for package python-ua-parser +# +# Copyright (c) 2017 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 +# 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/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define _pkgname ua-parser +Name: python-ua-parser +Version: 0.8.0 +Release: 0 +License: Apache-2.0 +Summary: Python Implementation of UA Parser +Group: Development/Languages/Python +Url: https://github.com/ua-parser/uap-python +Source: https://files.pythonhosted.org/packages/source/u/%{_pkgname}/%{_pkgname}-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module PyYAML} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%python_subpackages + +%description +A python implementation of the UA Parser (https://github.com/ua-parser, formerly +https://github.com/tobie/ua-parser) + + +%prep +%setup -q -n %{_pkgname}-%version + +%build +%python_build + +%install +%python_install +%python_expand %fdupes -s %{buildroot}/%{$python_sitelib} + +%files %{python_files} +%defattr(-,root,root,-) +%{python_sitelib}/* + +%changelog diff --git a/ua-parser-0.8.0.tar.gz b/ua-parser-0.8.0.tar.gz new file mode 100644 index 0000000..78fc581 --- /dev/null +++ b/ua-parser-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bbcfc9321a3151d96bb5d62e54270247b0e3be0590a6f2ff12329851718dcb +size 35024