2018-06-14 10:45:51 +00:00
|
|
|
%global _without_docs 1
|
|
|
|
%global _without_optional_tests 1
|
|
|
|
%global _without_timeout 1
|
2018-05-19 10:05:38 +00:00
|
|
|
%global pylib_version 1.5.0
|
2012-06-09 11:41:35 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
Name: pytest
|
2018-06-05 16:05:00 +00:00
|
|
|
Version: 3.6.1
|
2018-06-14 10:45:51 +00:00
|
|
|
Release: 2%{?dist}
|
2011-08-11 08:49:09 +00:00
|
|
|
Summary: Simple powerful testing with Python
|
|
|
|
License: MIT
|
|
|
|
URL: http://pytest.org
|
2016-05-31 10:17:49 +00:00
|
|
|
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
2011-08-11 08:49:09 +00:00
|
|
|
|
2016-12-13 13:18:36 +00:00
|
|
|
# The test in this specfile use pytest-timeout
|
|
|
|
# When building pytest for the first time with new Python version
|
|
|
|
# that is not possible as it depends on pytest
|
2016-12-13 14:01:48 +00:00
|
|
|
%bcond_without timeout
|
2016-12-13 13:18:36 +00:00
|
|
|
|
2018-05-13 15:23:23 +00:00
|
|
|
# When building pytest for the first time with new Python version
|
|
|
|
# we might not yet have all the BRs, this allows us to build without some that
|
|
|
|
# are likely not yet built.
|
|
|
|
# Pytest will skip the related tests, so we only conditionalize the BRs
|
|
|
|
%bcond_without optional_tests
|
|
|
|
|
2018-05-19 10:31:12 +00:00
|
|
|
# When building pytest for the first time with new Python version
|
|
|
|
# we also don't have sphinx yet and cannot build docs.
|
|
|
|
%bcond_without docs
|
|
|
|
|
|
|
|
%if %{with docs}
|
2018-05-19 10:05:38 +00:00
|
|
|
BuildRequires: %{_bindir}/sphinx-build-3
|
|
|
|
BuildRequires: python3-sphinxcontrib-trio
|
|
|
|
BuildRequires: %{_bindir}/rst2html
|
2018-05-19 10:31:12 +00:00
|
|
|
%endif
|
2018-05-19 10:05:38 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
BuildArch: noarch
|
2017-08-15 15:33:53 +00:00
|
|
|
|
2017-09-09 14:14:52 +00:00
|
|
|
%description
|
|
|
|
py.test provides simple, yet powerful testing for Python.
|
|
|
|
|
|
|
|
%package -n python2-%{name}
|
|
|
|
Summary: Simple powerful testing with Python
|
2018-05-28 10:25:45 +00:00
|
|
|
BuildRequires: python2-atomicwrites
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python2-attrs
|
2015-04-23 18:52:28 +00:00
|
|
|
BuildRequires: python2-devel
|
2018-05-19 10:34:28 +00:00
|
|
|
BuildRequires: python2-funcsigs
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python2-hypothesis
|
|
|
|
BuildRequires: python2-more-itertools >= 4.0.0
|
|
|
|
BuildRequires: python2-pluggy
|
|
|
|
BuildRequires: python2-py >= %{pylib_version}
|
2016-04-09 23:49:26 +00:00
|
|
|
BuildRequires: python2-setuptools
|
2017-06-03 10:27:45 +00:00
|
|
|
BuildRequires: python2-setuptools_scm
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python2-six
|
|
|
|
|
2016-12-13 13:18:36 +00:00
|
|
|
%if %{with timeout}
|
2016-09-30 20:54:05 +00:00
|
|
|
BuildRequires: python2-pytest-timeout
|
2016-12-13 13:18:36 +00:00
|
|
|
%endif
|
2018-05-13 15:23:23 +00:00
|
|
|
|
|
|
|
%if %{with optional_tests}
|
2016-09-30 20:54:05 +00:00
|
|
|
BuildRequires: python2-argcomplete
|
|
|
|
BuildRequires: python2-decorator
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python2-jinja2
|
|
|
|
BuildRequires: python2-mock
|
|
|
|
BuildRequires: python2-nose
|
|
|
|
BuildRequires: python2-twisted
|
|
|
|
%endif
|
|
|
|
|
2018-05-28 10:25:45 +00:00
|
|
|
Requires: python2-atomicwrites
|
Update to 3.4.2
$ pytest-2.7
Traceback (most recent call last):
File "/usr/bin/pytest-2.7", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluggy<0.7,>=0.5' distribution was not found and is required by pytest
etc.
2018-03-14 16:46:34 +00:00
|
|
|
Requires: python2-attrs
|
|
|
|
Requires: python2-funcsigs
|
2018-05-19 10:05:38 +00:00
|
|
|
Requires: python2-more-itertools >= 4.0.0
|
2018-05-13 15:23:23 +00:00
|
|
|
Requires: python2-pluggy
|
2017-09-09 14:14:52 +00:00
|
|
|
Requires: python2-py >= %{pylib_version}
|
2018-05-13 15:23:23 +00:00
|
|
|
Requires: python2-setuptools
|
|
|
|
Requires: python2-six
|
|
|
|
|
2017-09-09 14:14:52 +00:00
|
|
|
%{?python_provide:%python_provide python2-%{name}}
|
|
|
|
# the python2 package was named pytest up to 2.8.7-2
|
|
|
|
Provides: %{name} = %{version}-%{release}
|
|
|
|
Obsoletes: %{name} < 2.8.7-3
|
|
|
|
|
|
|
|
%description -n python2-%{name}
|
|
|
|
py.test provides simple, yet powerful testing for Python.
|
2017-08-15 15:33:53 +00:00
|
|
|
|
2017-09-09 14:14:52 +00:00
|
|
|
%package -n python3-%{name}
|
|
|
|
Summary: Simple powerful testing with Python
|
2018-05-28 10:25:45 +00:00
|
|
|
BuildRequires: python3-atomicwrites
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python3-attrs
|
2017-08-15 15:33:53 +00:00
|
|
|
BuildRequires: python3-devel
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python3-hypothesis
|
|
|
|
BuildRequires: python3-more-itertools
|
|
|
|
BuildRequires: python3-pluggy
|
|
|
|
BuildRequires: python3-py >= %{pylib_version}
|
2017-08-15 15:33:53 +00:00
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools_scm
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python3-six
|
|
|
|
|
2017-08-15 15:33:53 +00:00
|
|
|
%if %{with timeout}
|
|
|
|
BuildRequires: python3-pytest-timeout
|
|
|
|
%endif
|
2018-05-13 15:23:23 +00:00
|
|
|
|
|
|
|
%if %{with optional_tests}
|
2017-08-15 15:33:53 +00:00
|
|
|
BuildRequires: python3-argcomplete
|
2016-09-30 20:54:05 +00:00
|
|
|
BuildRequires: python3-decorator
|
2018-05-13 15:23:23 +00:00
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
BuildRequires: python3-twisted
|
|
|
|
%endif
|
|
|
|
|
2018-05-28 10:25:45 +00:00
|
|
|
Requires: python3-atomicwrites
|
Update to 3.4.2
$ pytest-2.7
Traceback (most recent call last):
File "/usr/bin/pytest-2.7", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluggy<0.7,>=0.5' distribution was not found and is required by pytest
etc.
2018-03-14 16:46:34 +00:00
|
|
|
Requires: python3-attrs
|
2018-05-19 10:05:38 +00:00
|
|
|
Requires: python3-more-itertools
|
2018-05-13 15:23:23 +00:00
|
|
|
Requires: python3-pluggy
|
2012-06-09 11:41:35 +00:00
|
|
|
Requires: python3-py >= %{pylib_version}
|
2018-05-13 15:23:23 +00:00
|
|
|
Requires: python3-setuptools
|
|
|
|
Requires: python3-six
|
|
|
|
|
2015-09-14 19:33:55 +00:00
|
|
|
%{?python_provide:%python_provide python3-%{name}}
|
2017-11-07 11:07:47 +00:00
|
|
|
Obsoletes: platform-python-%{name} < %{version}-%{release}
|
2011-08-11 08:49:09 +00:00
|
|
|
|
2016-04-09 23:49:26 +00:00
|
|
|
%description -n python3-%{name}
|
2011-08-11 08:49:09 +00:00
|
|
|
py.test provides simple, yet powerful testing for Python.
|
2017-08-15 15:33:53 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
%prep
|
2017-11-03 17:32:38 +00:00
|
|
|
%autosetup
|
2011-08-11 08:49:09 +00:00
|
|
|
|
|
|
|
%build
|
2017-11-03 17:32:38 +00:00
|
|
|
%py2_build
|
|
|
|
%py3_build
|
2018-05-19 10:31:12 +00:00
|
|
|
|
|
|
|
%if %{with docs}
|
2016-04-09 23:49:26 +00:00
|
|
|
for l in doc/* ; do
|
2018-06-05 19:25:00 +00:00
|
|
|
make -C $l html PYTHONPATH=$(pwd)/src SPHINXBUILD=%{_bindir}/sphinx-build-3
|
2016-04-09 23:49:26 +00:00
|
|
|
done
|
|
|
|
for f in README CHANGELOG CONTRIBUTING ; do
|
|
|
|
rst2html ${f}.rst > ${f}.html
|
|
|
|
done
|
2018-05-19 10:31:12 +00:00
|
|
|
%endif
|
2017-08-15 15:33:53 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
%install
|
2017-11-03 17:32:38 +00:00
|
|
|
%py2_install
|
2016-09-30 20:54:05 +00:00
|
|
|
mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python2_version}
|
|
|
|
ln -snf pytest-%{python2_version} %{buildroot}%{_bindir}/pytest-2
|
|
|
|
mv %{buildroot}%{_bindir}/py.test %{buildroot}%{_bindir}/py.test-%{python2_version}
|
2015-09-19 15:31:02 +00:00
|
|
|
ln -snf py.test-%{python2_version} %{buildroot}%{_bindir}/py.test-2
|
2017-11-03 17:32:38 +00:00
|
|
|
%py3_install
|
2016-09-30 20:54:05 +00:00
|
|
|
mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python3_version}
|
|
|
|
ln -snf pytest-%{python3_version} %{buildroot}%{_bindir}/pytest-3
|
|
|
|
mv %{buildroot}%{_bindir}/py.test %{buildroot}%{_bindir}/py.test-%{python3_version}
|
2015-09-19 15:31:02 +00:00
|
|
|
ln -snf py.test-%{python3_version} %{buildroot}%{_bindir}/py.test-3
|
2011-08-11 08:49:09 +00:00
|
|
|
|
2017-11-03 17:32:38 +00:00
|
|
|
# use 2.X per default
|
|
|
|
ln -snf pytest-%{python2_version} %{buildroot}%{_bindir}/pytest
|
|
|
|
ln -snf py.test-%{python2_version} %{buildroot}%{_bindir}/py.test
|
|
|
|
|
2018-05-19 10:31:12 +00:00
|
|
|
%if %{with docs}
|
2016-04-09 23:49:26 +00:00
|
|
|
mkdir -p _htmldocs/html
|
|
|
|
for l in doc/* ; do
|
|
|
|
# remove hidden file
|
|
|
|
rm ${l}/_build/html/.buildinfo
|
|
|
|
mv ${l}/_build/html _htmldocs/html/${l##doc/}
|
|
|
|
done
|
2018-05-19 10:31:12 +00:00
|
|
|
%endif
|
2016-04-09 23:49:26 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
# remove shebangs from all scripts
|
2017-11-03 17:32:38 +00:00
|
|
|
find %{buildroot}{%{python2_sitelib},%{python3_sitelib}} \
|
2016-04-09 23:49:26 +00:00
|
|
|
-name '*.py' \
|
2011-08-11 08:49:09 +00:00
|
|
|
-exec sed -i -e '1{/^#!/d}' {} \;
|
|
|
|
|
|
|
|
%check
|
2013-10-05 06:41:07 +00:00
|
|
|
PATH=%{buildroot}%{_bindir}:${PATH} \
|
2015-04-23 18:52:28 +00:00
|
|
|
PYTHONPATH=%{buildroot}%{python2_sitelib} \
|
2016-12-13 13:18:36 +00:00
|
|
|
%{buildroot}%{_bindir}/pytest-%{python2_version} -r s testing \
|
|
|
|
%if %{with timeout}
|
2017-09-09 14:14:52 +00:00
|
|
|
--timeout=30
|
2016-12-13 13:18:36 +00:00
|
|
|
%endif
|
|
|
|
|
2013-10-05 06:41:07 +00:00
|
|
|
PATH=%{buildroot}%{_bindir}:${PATH} \
|
2011-08-11 08:49:09 +00:00
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
2016-12-13 13:18:36 +00:00
|
|
|
%{buildroot}%{_bindir}/pytest-%{python3_version} -r s testing \
|
|
|
|
%if %{with timeout}
|
2017-09-09 14:14:52 +00:00
|
|
|
--timeout=30
|
2016-12-13 13:18:36 +00:00
|
|
|
%endif
|
|
|
|
|
2016-04-09 23:49:26 +00:00
|
|
|
%files -n python2-%{name}
|
2018-05-19 10:31:12 +00:00
|
|
|
%if %{with docs}
|
2017-11-03 17:32:38 +00:00
|
|
|
%doc CHANGELOG.html
|
|
|
|
%doc README.html
|
|
|
|
%doc CONTRIBUTING.html
|
|
|
|
%doc _htmldocs/html
|
2018-05-19 10:31:12 +00:00
|
|
|
%endif
|
2017-11-03 17:32:38 +00:00
|
|
|
%license LICENSE
|
2016-09-30 20:54:05 +00:00
|
|
|
%{_bindir}/pytest
|
|
|
|
%{_bindir}/pytest-2
|
|
|
|
%{_bindir}/pytest-%{python2_version}
|
2011-08-11 08:49:09 +00:00
|
|
|
%{_bindir}/py.test
|
2015-09-19 15:31:02 +00:00
|
|
|
%{_bindir}/py.test-2
|
2015-06-25 10:01:50 +00:00
|
|
|
%{_bindir}/py.test-%{python2_version}
|
2017-11-03 17:37:49 +00:00
|
|
|
%{python2_sitelib}/pytest-*.egg-info/
|
|
|
|
%{python2_sitelib}/_pytest/
|
|
|
|
%{python2_sitelib}/pytest.py*
|
2011-08-11 08:49:09 +00:00
|
|
|
|
2016-04-09 23:49:26 +00:00
|
|
|
%files -n python3-%{name}
|
2018-05-19 10:31:12 +00:00
|
|
|
%if %{with docs}
|
2017-11-03 17:32:38 +00:00
|
|
|
%doc CHANGELOG.html
|
|
|
|
%doc README.html
|
|
|
|
%doc CONTRIBUTING.html
|
|
|
|
%doc _htmldocs/html
|
2018-05-19 10:31:12 +00:00
|
|
|
%endif
|
2017-11-03 17:32:38 +00:00
|
|
|
%license LICENSE
|
2016-09-30 20:54:05 +00:00
|
|
|
%{_bindir}/pytest-3
|
|
|
|
%{_bindir}/pytest-%{python3_version}
|
2015-09-19 15:31:02 +00:00
|
|
|
%{_bindir}/py.test-3
|
2015-06-25 10:01:50 +00:00
|
|
|
%{_bindir}/py.test-%{python3_version}
|
2017-11-03 17:37:49 +00:00
|
|
|
%{python3_sitelib}/pytest-*.egg-info/
|
|
|
|
%{python3_sitelib}/_pytest/
|
|
|
|
%{python3_sitelib}/pytest.py
|
2017-11-03 17:46:45 +00:00
|
|
|
%{python3_sitelib}/__pycache__/pytest.*
|
2017-08-15 15:33:53 +00:00
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
%changelog
|
2018-06-14 10:45:51 +00:00
|
|
|
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.1-2
|
|
|
|
- Bootstrap for Python 3.7
|
|
|
|
|
2018-06-05 16:05:00 +00:00
|
|
|
* Tue Jun 5 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.6.1-1
|
|
|
|
- Update to 3.6.1.
|
|
|
|
|
2018-05-28 10:25:45 +00:00
|
|
|
* Mon May 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0 (#1581692)
|
|
|
|
- Require and BuildRequire atomicwrites
|
|
|
|
|
2018-05-19 10:05:38 +00:00
|
|
|
* Sat May 19 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.5.1-1
|
|
|
|
- Update to 3.5.1.
|
|
|
|
- Build the documentation with Python3.
|
|
|
|
- Update requirements.
|
|
|
|
|
Update to 3.4.2
$ pytest-2.7
Traceback (most recent call last):
File "/usr/bin/pytest-2.7", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluggy<0.7,>=0.5' distribution was not found and is required by pytest
etc.
2018-03-14 16:46:34 +00:00
|
|
|
* Thu Mar 15 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4.2-2
|
|
|
|
- Add Requires for required modules
|
|
|
|
|
2018-03-14 16:46:34 +00:00
|
|
|
* Wed Mar 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2018-02-09 06:20:47 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-07 11:07:47 +00:00
|
|
|
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.3-3
|
|
|
|
- Use better Obsoletes for platform-python
|
|
|
|
|
2017-11-03 17:02:33 +00:00
|
|
|
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.3-2
|
|
|
|
- Remove platform-python subpackage
|
2017-11-03 17:32:38 +00:00
|
|
|
- Cleanup conditionals
|
2017-11-03 17:02:33 +00:00
|
|
|
|
2017-10-07 10:55:58 +00:00
|
|
|
* Sat Oct 7 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.3-1
|
|
|
|
- Update to 3.2.3.
|
|
|
|
|
2017-09-09 14:14:52 +00:00
|
|
|
* Sat Sep 9 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.2-1
|
2017-10-07 10:55:58 +00:00
|
|
|
- Update to 3.2.2.
|
2017-09-09 14:14:52 +00:00
|
|
|
- Move BRs to their respective subpackages.
|
|
|
|
- Enable the platform-python subpackage only on F27+.
|
|
|
|
|
2017-08-24 12:39:03 +00:00
|
|
|
* Thu Aug 24 2017 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-3
|
|
|
|
- Rebuilt for rhbz#1484607
|
|
|
|
|
2017-08-15 15:33:53 +00:00
|
|
|
* Fri Aug 11 2017 Petr Viktorin <pviktori@redhat.com> - 3.2.1-2
|
|
|
|
- Add subpackage for platform-python (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
|
|
|
|
|
2017-08-09 20:31:21 +00:00
|
|
|
* Wed Aug 9 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.1-1
|
|
|
|
- Update to 3.2.1.
|
|
|
|
|
2017-08-02 17:28:15 +00:00
|
|
|
* Wed Aug 02 2017 Gwyn Ciesla <limburgher@gmail.com> - 3.2.0-1
|
|
|
|
- 3.2.0.
|
|
|
|
|
2017-07-30 10:59:53 +00:00
|
|
|
* Sun Jul 30 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.1.3-1
|
|
|
|
- Update to 3.1.3.
|
|
|
|
- Update BRs.
|
|
|
|
|
2017-07-27 09:25:30 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-03 09:29:46 +00:00
|
|
|
* Sat Jun 3 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.1.1-1
|
|
|
|
- Update to 3.1.1.
|
2017-06-03 10:27:45 +00:00
|
|
|
- Add BR on setuptools_scm.
|
2017-06-03 09:29:46 +00:00
|
|
|
|
2017-03-15 22:07:20 +00:00
|
|
|
* Wed Mar 15 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.7-1
|
|
|
|
- Update to 3.0.7.
|
|
|
|
|
2017-02-11 08:11:06 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-29 11:57:57 +00:00
|
|
|
* Sun Jan 29 2017 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.6-1
|
|
|
|
- Update to 3.0.6.
|
|
|
|
- Drop patch applied upstream.
|
|
|
|
|
2016-12-13 13:18:36 +00:00
|
|
|
* Tue Dec 13 2016 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-06 10:00:12 +00:00
|
|
|
* Tue Dec 6 2016 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.5-1
|
|
|
|
- Update to 3.0.5.
|
|
|
|
|
2016-11-28 17:45:13 +00:00
|
|
|
* Mon Nov 28 2016 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.4-1
|
|
|
|
- Update to 3.0.4.
|
|
|
|
|
2016-09-30 20:54:05 +00:00
|
|
|
* Fri Sep 30 2016 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-1
|
|
|
|
- Update to 3.0.3.
|
|
|
|
- Update requirements.
|
|
|
|
|
2016-07-19 08:40:06 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.2-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-06-03 18:01:56 +00:00
|
|
|
* Fri Jun 3 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.9.2-1
|
|
|
|
- Update to 2.9.2.
|
|
|
|
|
2016-05-31 10:06:41 +00:00
|
|
|
* Tue May 31 2016 Nils Philippsen <nils@redhat.com>
|
|
|
|
- fix source URL
|
|
|
|
|
2016-04-09 23:49:26 +00:00
|
|
|
* Sat Apr 9 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.9.1-1
|
|
|
|
- Update to 2.9.1.
|
|
|
|
- Packaging updates.
|
|
|
|
|
2016-02-03 01:51:11 +00:00
|
|
|
* Tue Feb 2 2016 Orion Poplawski <orion@cora.nwra.com> - 2.8.7-2
|
|
|
|
- Use new python macros
|
|
|
|
- Fix python3 package file ownership
|
|
|
|
|
2016-01-24 23:58:55 +00:00
|
|
|
* Sun Jan 24 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.8.7-1
|
|
|
|
- Update to 2.8.7.
|
|
|
|
|
2016-01-22 21:46:20 +00:00
|
|
|
* Fri Jan 22 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.8.6-1
|
|
|
|
- Update to 2.8.6.
|
|
|
|
|
2015-12-30 21:33:58 +00:00
|
|
|
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2.8.5-1
|
|
|
|
- Update to 2.8.5
|
|
|
|
|
2015-12-30 21:29:36 +00:00
|
|
|
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2.8.2-3
|
|
|
|
- Re-enable pexpect in tests
|
|
|
|
|
2015-11-11 11:12:29 +00:00
|
|
|
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-10-20 07:14:24 +00:00
|
|
|
* Tue Oct 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.8.2-1
|
|
|
|
- Update to 2.8.2.
|
|
|
|
|
2015-10-12 11:55:09 +00:00
|
|
|
* Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> - 2.7.3-2
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
2015-09-19 15:31:02 +00:00
|
|
|
* Thu Sep 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.3-1
|
|
|
|
- Update to 2.7.3.
|
|
|
|
- Provide additional symlinks to the pytest executables (rhbz#1249891).
|
|
|
|
|
2015-09-14 19:33:55 +00:00
|
|
|
* Mon Sep 14 2015 Orion Poplawski <orion@cora.nwra.com> - 2.7.2-2
|
|
|
|
- Provide python2-pytest, use python_provide macro
|
|
|
|
|
2015-06-25 10:01:50 +00:00
|
|
|
* Thu Jun 25 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.2-1
|
|
|
|
- Update to 2.7.2.
|
|
|
|
- Small fixes.
|
|
|
|
|
2015-06-18 18:19:12 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-23 14:55:09 +00:00
|
|
|
* Sat May 23 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.1-1
|
|
|
|
- Update to 2.7.1.
|
|
|
|
|
2015-04-23 18:52:28 +00:00
|
|
|
* Mon Apr 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.0-1
|
|
|
|
- Update to 2.7.0.
|
|
|
|
- Apply updated Python packaging guidelines.
|
|
|
|
- Mark LICENSE with %%license.
|
|
|
|
|
2014-12-02 19:28:09 +00:00
|
|
|
* Tue Dec 2 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.4-1
|
|
|
|
- Update to 2.6.4.
|
|
|
|
|
2014-10-11 12:54:36 +00:00
|
|
|
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.3-1
|
|
|
|
- Update to 2.6.3.
|
|
|
|
|
2014-08-08 13:27:21 +00:00
|
|
|
* Fri Aug 8 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.1-1
|
|
|
|
- Update to 2.6.1.
|
|
|
|
|
2014-08-01 17:06:52 +00:00
|
|
|
* Fri Aug 1 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.0-1
|
|
|
|
- Update to 2.6.0.
|
|
|
|
|
2014-06-07 18:19:02 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-09 20:34:50 +00:00
|
|
|
* Fri May 09 2014 Dennis Gilmore <dennis@ausil.us> - 2.5.2-2
|
|
|
|
- Redbuild for python 3.4
|
|
|
|
|
2014-04-18 14:10:38 +00:00
|
|
|
* Fri Apr 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
|
|
|
|
- Update to 2.5.2.
|
|
|
|
|
2013-10-07 08:31:33 +00:00
|
|
|
* Mon Oct 7 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.2-2
|
|
|
|
- Only run tests from the 'testing' subdir in %%check.
|
|
|
|
|
2013-10-05 06:41:07 +00:00
|
|
|
* Sat Oct 5 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.2-1
|
|
|
|
- Update to 2.4.2.
|
|
|
|
- Add buildroot's bindir to PATH while running the testsuite.
|
|
|
|
|
2013-08-04 06:10:07 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-13 18:05:42 +00:00
|
|
|
* Thu Jun 13 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.5-3
|
|
|
|
- Disable tests using pexpect for now, fails on F19.
|
|
|
|
|
2013-06-12 17:06:21 +00:00
|
|
|
* Wed Jun 12 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.5-2
|
2013-06-12 17:07:07 +00:00
|
|
|
- Use python-sphinx for rhel > 6 (rhbz#973318).
|
2013-06-12 17:06:21 +00:00
|
|
|
- Update BR to use python-pexpect instead of pexpect.
|
|
|
|
|
2013-05-25 13:00:09 +00:00
|
|
|
* Sat May 25 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.5-1
|
|
|
|
- Update to 2.3.5.
|
2013-05-25 13:00:45 +00:00
|
|
|
- Docutils needed now to build README.html.
|
2013-05-25 13:01:11 +00:00
|
|
|
- Add some BR optionally used by the testsuite.
|
2013-05-25 13:00:09 +00:00
|
|
|
|
2013-02-14 18:51:26 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-24 15:25:18 +00:00
|
|
|
* Fri Nov 23 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.4-1
|
|
|
|
- Update to 2.3.4.
|
|
|
|
|
2012-10-28 09:18:10 +00:00
|
|
|
* Sun Oct 28 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.2-1
|
|
|
|
- Update to 2.3.2.
|
|
|
|
|
2012-10-21 16:51:52 +00:00
|
|
|
* Sun Oct 21 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.1-1
|
|
|
|
- Update to 2.3.1.
|
|
|
|
- Re-enable some tests, ignore others.
|
|
|
|
- Docs are available in English and Japanese now.
|
|
|
|
|
2012-10-11 23:14:45 +00:00
|
|
|
* Thu Oct 11 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.4-4
|
|
|
|
- Add conditional for sphinx on rhel.
|
|
|
|
- Remove rhel logic from with_python3 conditional.
|
2012-10-12 18:08:44 +00:00
|
|
|
- Disable failing tests for Python3.
|
2012-10-11 23:14:45 +00:00
|
|
|
|
2012-08-04 11:33:10 +00:00
|
|
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.2.4-3
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
|
2012-07-21 04:31:41 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-09 11:41:35 +00:00
|
|
|
* Wed Jun 6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.4-1
|
|
|
|
- Update to 2.2.4.
|
|
|
|
|
2012-02-08 18:26:49 +00:00
|
|
|
* Wed Feb 8 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.3-1
|
|
|
|
- Update to 2.2.3.
|
|
|
|
|
2012-01-14 01:30:38 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-17 13:55:31 +00:00
|
|
|
* Sat Dec 17 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.1-1
|
|
|
|
- Update to 2.2.1.
|
|
|
|
|
2011-12-13 18:36:13 +00:00
|
|
|
* Tue Dec 13 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.0-1
|
|
|
|
- Update to 2.2.0.
|
|
|
|
|
2011-10-26 18:26:03 +00:00
|
|
|
* Wed Oct 26 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.3-1
|
|
|
|
- Update to 2.1.3.
|
|
|
|
|
|
|
|
* Tue Sep 27 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.2-1
|
|
|
|
- Update to 2.1.2.
|
|
|
|
|
2011-09-03 13:38:10 +00:00
|
|
|
* Sat Sep 3 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-2
|
|
|
|
- Fix: python3 dependencies.
|
|
|
|
|
2011-08-30 20:01:11 +00:00
|
|
|
* Sun Aug 28 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1
|
|
|
|
- Update to 2.1.1.
|
|
|
|
|
2011-08-11 08:51:21 +00:00
|
|
|
* Thu Aug 11 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-2
|
|
|
|
- Update Requires and BuildRequires tags.
|
|
|
|
|
2011-08-11 08:49:09 +00:00
|
|
|
* Tue Aug 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-1
|
|
|
|
- Update to 2.1.0.
|
|
|
|
|
|
|
|
* Mon May 30 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.3-1
|
|
|
|
- Update to 2.0.3.
|
|
|
|
|
|
|
|
* Thu Mar 17 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.2-1
|
|
|
|
- Update to 2.0.2.
|
|
|
|
|
|
|
|
* Sun Jan 16 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.0-1
|
|
|
|
- New package.
|