commit a5d550f2f4c59ec41d3028905e5cb55dabb2e58e96ead88022f7559cba4df3e6 Author: Tomáš Chvátal Date: Fri Mar 1 11:31:48 2019 +0000 osc copypac from project:system:homeautomation:home-assistant package:python-soupsieve revision:1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?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/_service b/_service new file mode 100644 index 0000000..66bb2a4 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/facelessuser/soupsieve.git + git + 1.7.3 + 1.7.3 + + + + *.tar + xz + + + diff --git a/_service:obs_scm:soupsieve-1.7.3.obscpio b/_service:obs_scm:soupsieve-1.7.3.obscpio new file mode 100644 index 0000000..3f2d952 --- /dev/null +++ b/_service:obs_scm:soupsieve-1.7.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4110a05f5b3a4fedb78f44891acd3bde415ee2c76f50eeab5e102c0f92b917b +size 371211 diff --git a/_service:obs_scm:soupsieve.obsinfo b/_service:obs_scm:soupsieve.obsinfo new file mode 100644 index 0000000..c5f8c0e --- /dev/null +++ b/_service:obs_scm:soupsieve.obsinfo @@ -0,0 +1,5 @@ +name: soupsieve +version: 1.7.3 +mtime: 1548223873 +commit: 0f489f4e79034c5181504913a5c4d67d680efdc5 + diff --git a/python-soupsieve.changes b/python-soupsieve.changes new file mode 100644 index 0000000..5287a10 --- /dev/null +++ b/python-soupsieve.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Feb 3 10:28:53 UTC 2019 - Adrian Schröter + +- initial package version 1.7.3 + (needed for beautifulsoup4 4.7) diff --git a/python-soupsieve.spec b/python-soupsieve.spec new file mode 100644 index 0000000..e01dc94 --- /dev/null +++ b/python-soupsieve.spec @@ -0,0 +1,51 @@ +# +# spec file for package python-beautifulsoup4 +# +# 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 +# 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 https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-soupsieve +Version: 1.7.3 +Release: 0 +Summary: A modern CSS selector implementation for BeautifulSoup +License: MIT +Group: Development/Libraries/Python +URL: http://facelessuser.github.io/soupsieve/ +Source: soupsieve-%{version}.tar.xz +BuildRequires: %{python_module devel >= 2.6} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +%python_subpackages + +%description + + +%prep +%setup -q -n soupsieve-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} + +%files %{python_files} +%license LICENSE.md +%{python_sitelib}/soupsieve* +