diff --git a/python-randomize.spec b/python-randomize.spec new file mode 100644 index 0000000..6cfe552 --- /dev/null +++ b/python-randomize.spec @@ -0,0 +1,38 @@ +%define debug_package %{nil} +%define pypi_name randomize + +Name: python-randomize +Version: 0.14 +Release: 1 +Summary: A plugin to allow nose to run tests in a random order +License: GNU LGPL +URL: https://github.com/nloadholtes/nose-randomize +Source0: https://files.pythonhosted.org/packages/f3/48/e8b8c42240994d21db41eaf5a7a0b96b8fe672d8a8da877bf3cfdb561bd1/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel python3-setuptools + +%description +A plugin to allow nose to run tests in a random order + +%package -n python3-%{pypi_name} +Summary: python3 package for randomize + +%description -n python3-%{pypi_name} +python3 package for randomize + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%{python3_sitelib}/* + +%changelog +* Thu Aug 26 2021 orange-snn - 0.14-1 +- Package init diff --git a/python-randomize.yaml b/python-randomize.yaml new file mode 100644 index 0000000..4e07905 --- /dev/null +++ b/python-randomize.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: randomize +tag_prefix: "^v" +separator: "." diff --git a/randomize-0.14.tar.gz b/randomize-0.14.tar.gz new file mode 100644 index 0000000..62dc6a6 Binary files /dev/null and b/randomize-0.14.tar.gz differ