commit 04821a01be07b3bf13405f8e76f4b6c23aed10eaa7e6fe7824bd95dbb1bc741f Author: Michael Vetter Date: Wed Sep 3 10:42:25 2025 +0000 - Initial package of python-questionary 2.1.1 for openSUSE OBS-URL: https://build.opensuse.org/package/show/home:jubalh/python-questionary?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-questionary.changes b/python-questionary.changes new file mode 100644 index 0000000..9df39ac --- /dev/null +++ b/python-questionary.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Sep 3 10:14:49 UTC 2025 - Michael Vetter + +- Initial package of python-questionary 2.1.1 for openSUSE diff --git a/python-questionary.spec b/python-questionary.spec new file mode 100644 index 0000000..2186755 --- /dev/null +++ b/python-questionary.spec @@ -0,0 +1,56 @@ +# +# spec file for package python-questionary +# +# Copyright (c) 2025 SUSE LLC and contributors +# +# 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/ +# + + +%{?sle15_python_module_pythons} +Name: python-questionary +Version: 2.1.1 +Release: 0 +Summary: Library for effortlessly building pretty command line interfaces +License: MIT +URL: https://github.com/tmbo/questionary +Source: https://files.pythonhosted.org/packages/source/q/questionary/questionary-%{version}.tar.gz +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-prompt-toolkit +BuildArch: noarch +%python_subpackages + +%description +A Python library for effortlessly building pretty command line interfaces. + +%prep +%setup -q -n questionary-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%license LICENSE +%doc README.md +%{python_sitelib}/questionary +%{python_sitelib}/questionary-%{version}.dist-info + +%changelog + diff --git a/questionary-2.1.1.tar.gz b/questionary-2.1.1.tar.gz new file mode 100644 index 0000000..ff6db17 --- /dev/null +++ b/questionary-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d +size 25845