14
0

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
This commit is contained in:
Tomáš Chvátal
2018-08-01 13:49:17 +00:00
committed by Git OBS Bridge
commit 259065d6cf
5 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

16
python-ua-parser.changes Normal file
View File

@@ -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

56
python-ua-parser.spec Normal file
View File

@@ -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

3
ua-parser-0.8.0.tar.gz Normal file
View File

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