2016-04-12 09:57:36 +00:00
|
|
|
|
# Use the same directory of the main package for subpackage licence and docs
|
|
|
|
|
%global _docdir_fmt %{name}
|
2007-08-01 07:52:12 +00:00
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
Name: python-iniparse
|
2021-05-24 13:38:32 +00:00
|
|
|
|
Version: 0.5
|
2024-01-26 05:24:44 +00:00
|
|
|
|
Release: 8%{?dist}
|
2022-06-13 14:30:19 +00:00
|
|
|
|
Summary: Accessing and Modifying INI files
|
|
|
|
|
|
|
|
|
|
# From LICENSE:
|
|
|
|
|
# iniparse/compat.py and tests/test_compat.py contain code derived from
|
|
|
|
|
# lib/python-2.3/ConfigParser.py and lib/python-2.3/test/test_cfgparse.py
|
|
|
|
|
# respectively. Other code may contain small snippets from those two files
|
|
|
|
|
# as well. The Python license (LICENSE-PSF) applies to that code.
|
2014-07-31 14:35:09 +00:00
|
|
|
|
License: MIT and Python
|
2021-05-24 13:38:32 +00:00
|
|
|
|
URL: https://github.com/candlepin/python-iniparse
|
2022-06-13 14:30:19 +00:00
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
2023-07-07 03:27:05 +00:00
|
|
|
|
# https://github.com/candlepin/python-iniparse/pull/24
|
|
|
|
|
Patch6: 0006-Fix-compatibility-issues-with-Python-3.11.patch
|
2007-08-01 07:52:12 +00:00
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
2016-04-12 09:57:36 +00:00
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-test
|
2013-10-02 17:02:43 +00:00
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%global _description %{expand: \
|
|
|
|
|
iniparse is an INI parser for Python which is API compatible with the standard
|
|
|
|
|
library’s ConfigParser, preserves structure of INI files (order of sections &
|
|
|
|
|
options, indentation, comments, and blank lines are preserved when data is
|
|
|
|
|
updated), and is more convenient to use.}
|
2016-08-09 12:26:52 +00:00
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%description
|
|
|
|
|
%{_description}
|
|
|
|
|
|
|
|
|
|
%package -n python3-iniparse
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
%description -n python3-iniparse
|
|
|
|
|
%{_description}
|
2013-10-02 17:02:43 +00:00
|
|
|
|
|
2007-08-01 07:52:12 +00:00
|
|
|
|
%prep
|
2023-07-07 03:27:05 +00:00
|
|
|
|
%autosetup -p1
|
2016-04-12 09:57:36 +00:00
|
|
|
|
chmod -c -x html/index.html
|
2013-10-02 17:02:43 +00:00
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%generate_buildrequires
|
2023-05-23 19:45:23 +00:00
|
|
|
|
%pyproject_buildrequires
|
2022-06-13 14:30:19 +00:00
|
|
|
|
|
2007-08-01 07:52:12 +00:00
|
|
|
|
%build
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%pyproject_wheel
|
2007-08-01 07:52:12 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%pyproject_install
|
2016-04-12 09:57:36 +00:00
|
|
|
|
rm -vfr %{buildroot}%{_docdir}/*
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%pyproject_save_files iniparse
|
2007-08-01 07:52:12 +00:00
|
|
|
|
|
2014-03-07 18:17:22 +00:00
|
|
|
|
%check
|
2023-05-23 19:45:23 +00:00
|
|
|
|
%{py3_test_envvars} %{python3} ./runtests.py
|
2014-03-07 19:01:33 +00:00
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
%files -n python3-iniparse -f %{pyproject_files}
|
|
|
|
|
# pyproject_files handles both license files; verify with “rpm -qL -p …”
|
2021-05-24 13:38:32 +00:00
|
|
|
|
%doc README.md Changelog html/
|
2007-08-01 07:52:12 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-26 05:24:44 +00:00
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
2024-01-22 02:34:40 +00:00
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
2023-07-21 10:33:39 +00:00
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
2023-06-14 16:26:30 +00:00
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.5-5
|
|
|
|
|
- Rebuilt for Python 3.12
|
2023-07-07 03:27:05 +00:00
|
|
|
|
- Fixes: rhbz#2176142
|
2023-06-14 16:26:30 +00:00
|
|
|
|
|
2023-01-20 13:59:04 +00:00
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
2022-07-22 19:19:48 +00:00
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
2022-06-13 14:30:19 +00:00
|
|
|
|
* Mon Jun 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5-2
|
|
|
|
|
- Port to pyproject-rpm-macros
|
|
|
|
|
- Mention license breakdown in a spec file comment
|
|
|
|
|
- Update summary and description from upstream
|
|
|
|
|
|
2021-05-24 13:38:32 +00:00
|
|
|
|
* Mon Jun 13 2022 Jiri Hnidek <jhnidek@redhat.com> - 0.5-1
|
|
|
|
|
- Release 0.5
|
|
|
|
|
- Moved project to https://github.com/candlepin/python-iniparse
|
|
|
|
|
- Added support for Python 3 to upstream project
|
|
|
|
|
|
2022-06-13 14:00:47 +00:00
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4-47
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
2022-01-21 12:49:03 +00:00
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-46
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
2021-07-23 06:53:35 +00:00
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-45
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
2021-06-02 09:03:43 +00:00
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.4-44
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
2021-01-27 11:10:40 +00:00
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-43
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
2020-07-29 01:35:04 +00:00
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-42
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
2020-05-22 02:20:33 +00:00
|
|
|
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4-41
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
2020-01-30 12:46:06 +00:00
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-40
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
2019-11-18 08:12:13 +00:00
|
|
|
|
* Mon Nov 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-39
|
|
|
|
|
- Subpackage python2-iniparse has been removed
|
|
|
|
|
See https://fedoraproject.org/wiki/Changes/RetirePython2
|
|
|
|
|
|
2019-10-03 12:15:21 +00:00
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-38
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
2019-08-31 09:15:48 +00:00
|
|
|
|
* Sat Aug 31 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-37
|
|
|
|
|
- Drop build dependency on python2-test
|
|
|
|
|
|
2019-08-14 23:05:52 +00:00
|
|
|
|
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-36
|
2019-08-14 21:51:08 +00:00
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
2019-07-26 14:01:04 +00:00
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-34
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
2019-02-02 07:17:22 +00:00
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-33
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2018-07-14 00:35:57 +00:00
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-06-13 22:28:59 +00:00
|
|
|
|
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4-31
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
2018-02-09 08:22:30 +00:00
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-30
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
2017-12-11 11:41:18 +00:00
|
|
|
|
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.4-29
|
|
|
|
|
- Fix ambiguous Python 2 dependency declarations
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
|
2017-11-07 11:07:23 +00:00
|
|
|
|
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4-28
|
|
|
|
|
- Use better Obsoletes for platform-python
|
|
|
|
|
|
2017-11-03 17:59:22 +00:00
|
|
|
|
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4-27
|
|
|
|
|
- Remove platform-python subpackage
|
|
|
|
|
|
2017-08-15 12:22:17 +00:00
|
|
|
|
* Thu Aug 10 2017 Miro Hrončok <mhroncok@redhat.com> - 0.4-26
|
|
|
|
|
- Add platform-python package
|
|
|
|
|
- Add bconds
|
|
|
|
|
- Remove %%{?system_python_abi}
|
|
|
|
|
|
2017-07-27 10:36:59 +00:00
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
2017-02-11 09:17:51 +00:00
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
2016-12-11 12:16:28 +00:00
|
|
|
|
* Sun Dec 11 2016 Neal Gompa <ngompa13@gmail.com> - 0.4-23
|
|
|
|
|
- Add patch to update setup.py to use setuptools and declare install dependencies
|
|
|
|
|
|
2016-12-11 11:41:18 +00:00
|
|
|
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.4-22
|
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
2016-08-09 12:26:52 +00:00
|
|
|
|
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.4-21
|
|
|
|
|
- Cleanups
|
|
|
|
|
- Add %%{?system_python_abi}
|
|
|
|
|
|
2016-07-19 10:04:00 +00:00
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-20
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
2016-04-12 09:57:36 +00:00
|
|
|
|
* Tue Apr 12 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.4-19
|
|
|
|
|
- Make python3 builds conditionally
|
|
|
|
|
- Adopt to new packaging guidelines
|
|
|
|
|
- Remove setuptools from BRs as it's not needed
|
|
|
|
|
- Cleanup spec
|
|
|
|
|
|
2016-02-04 19:54:24 +00:00
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
2015-10-14 08:46:10 +00:00
|
|
|
|
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 0.4-17
|
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
|
2015-06-18 19:38:12 +00:00
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2014-07-31 14:35:09 +00:00
|
|
|
|
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 0.4-15
|
|
|
|
|
- fix license handling
|
|
|
|
|
|
2014-06-07 20:51:57 +00:00
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
2014-05-14 10:51:53 +00:00
|
|
|
|
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.4-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
|
|
|
2014-03-07 19:01:33 +00:00
|
|
|
|
* Fri Mar 07 2014 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-12
|
|
|
|
|
- added python3-test to buildreq for python3
|
|
|
|
|
- run unittest with python3 also
|
|
|
|
|
|
2014-03-07 18:29:10 +00:00
|
|
|
|
* Fri Mar 07 2014 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-11
|
|
|
|
|
- added python-test to buildreq, for unittests
|
|
|
|
|
|
2014-03-07 18:17:22 +00:00
|
|
|
|
* Fri Mar 07 2014 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-10
|
|
|
|
|
- added %%check to run unittests when build
|
|
|
|
|
- updated fix-issue-28.patch, so test cases dont fail
|
|
|
|
|
|
2013-10-02 17:02:43 +00:00
|
|
|
|
* Fri Sep 20 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 0.4-9
|
|
|
|
|
- Introduce python3 subpackage.
|
|
|
|
|
- Use %%__python2 instead of %%__python.
|
|
|
|
|
|
2013-07-29 19:12:50 +00:00
|
|
|
|
* Mon Jul 29 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.4-8
|
|
|
|
|
- Install docs to %%{_pkgdocdir} where available.
|
|
|
|
|
|
2013-02-14 19:40:22 +00:00
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
2012-09-10 04:35:09 +00:00
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
|
|
|
|
|
- fix for upstream issue 28
|
|
|
|
|
|
2012-07-21 06:39:39 +00:00
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
2012-01-14 01:47:49 +00:00
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
2011-02-09 04:19:15 +00:00
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2010-07-22 04:27:08 +00:00
|
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
2009-11-07 10:47:19 +00:00
|
|
|
|
|
2010-06-13 11:16:12 +00:00
|
|
|
|
* Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-1
|
|
|
|
|
- Release 0.4
|
|
|
|
|
|
2009-11-07 10:47:19 +00:00
|
|
|
|
* Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.1-2
|
|
|
|
|
- removed patch
|
|
|
|
|
|
2009-11-07 10:41:24 +00:00
|
|
|
|
* Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.1-1
|
|
|
|
|
- Release 0.3.1
|
|
|
|
|
- Fix empty-line handling bugs introduced in 0.3.0
|
|
|
|
|
|
2009-07-26 20:28:15 +00:00
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-03-02 12:15:26 +00:00
|
|
|
|
* Mon Mar 2 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.0-2
|
|
|
|
|
- added patch from upstream to fix regrestion :
|
|
|
|
|
|
2009-02-28 11:06:51 +00:00
|
|
|
|
* Sat Feb 28 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.0-1
|
|
|
|
|
- Release 0.3.0
|
|
|
|
|
- Fix handling of continuation lines
|
|
|
|
|
- Fix DEFAULT handling
|
|
|
|
|
- Fix picking/unpickling
|
|
|
|
|
|
2009-02-26 21:48:06 +00:00
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
2008-12-07 06:55:38 +00:00
|
|
|
|
* Sun Dec 7 2008 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.4-1
|
|
|
|
|
- Release 0.2.4:
|
|
|
|
|
- Updated to work with Python-2.6 (Python-2.4 and 2.5 are still supported)
|
|
|
|
|
- Support for files opened in unicode mode
|
|
|
|
|
- Fixed Python-3.0 compatibility warnings
|
|
|
|
|
- Minor API cleanup
|
2008-11-29 04:40:43 +00:00
|
|
|
|
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.3-5
|
|
|
|
|
- Rebuild for Python 2.6
|
2008-01-08 09:39:04 +00:00
|
|
|
|
* Tue Jan 8 2008 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-4
|
2016-08-09 12:26:52 +00:00
|
|
|
|
- own the %%{_docdir}/python-iniparse-%%{version} directory
|
2007-12-11 11:32:19 +00:00
|
|
|
|
* Tue Dec 11 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-3
|
|
|
|
|
- handle egg-info too
|
2007-12-11 10:53:42 +00:00
|
|
|
|
* Tue Dec 11 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-2
|
|
|
|
|
- removed patch source line
|
2007-12-11 10:44:56 +00:00
|
|
|
|
* Tue Dec 11 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-1
|
|
|
|
|
- Updates to release 0.2.3
|
|
|
|
|
- removed empty ini file patch, it is included in 0.2.3
|
2007-11-19 10:24:50 +00:00
|
|
|
|
* Mon Nov 19 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-2
|
|
|
|
|
- Added upstream patch to fix problems with empty ini files.
|
2007-09-25 06:32:39 +00:00
|
|
|
|
* Tue Sep 25 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-1
|
|
|
|
|
- Updated to release 0.2.2
|
|
|
|
|
- removed patch to to fix problems with out commented lines, included in upstream source
|
2007-09-12 09:48:37 +00:00
|
|
|
|
* Wed Sep 12 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-4
|
|
|
|
|
- Added some logic to get the right python-setuptools buildrequeres
|
|
|
|
|
- based on the fedora version, to make the same spec file useful in
|
|
|
|
|
- all fedora releases.
|
2007-09-10 10:38:07 +00:00
|
|
|
|
* Mon Sep 10 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-3
|
|
|
|
|
- Added patch from upstream svn to fix problems with out commented lines.
|
2007-08-28 14:45:28 +00:00
|
|
|
|
* Tue Aug 28 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-2
|
|
|
|
|
- Changed BuildRequires python-setuptools to python-setuptools-devel
|
2007-08-11 11:18:51 +00:00
|
|
|
|
* Tue Aug 7 2007 Paramjit Oberoi <param@cs.wisc.edu> - 0.2.1-1
|
|
|
|
|
- Release 0.2.1
|
2007-08-01 07:52:12 +00:00
|
|
|
|
* Fri Jul 27 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2-3
|
2016-08-09 12:26:52 +00:00
|
|
|
|
- relocated doc to %%{_docdir}/python-iniparse-%%{version}
|
2007-08-01 07:52:12 +00:00
|
|
|
|
* Thu Jul 26 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2-2
|
|
|
|
|
- changed name from iniparse to python-iniparse
|
|
|
|
|
* Tue Jul 17 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2-1
|
|
|
|
|
- Release 0.2
|
|
|
|
|
- Added html/* to %%doc
|
|
|
|
|
* Fri Jul 13 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.1-1
|
|
|
|
|
- Initial build.
|