Changelog for
python-heat-cfntools-1.4.1-2.2.noarch.rpm :
Sun Oct 4 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.4.1:
* Convert all internal commands to list
* Use seteuid instead of su to control privileges
* Revert \"Fix cfntools command injection\"
* Activate pep8 check that _ is imported
* Fix cfntools command injection
* Fix unit tests
* Fix typos in cfn scripts
* Add --insecure/-k option to cfn-signal
* README changes to make release_notes.py happy
* Ported tests from mox3 to mock to support Python >= 3.3
* Python 3 compatibility
* Support dnf when specified or yum is missing
* Fix RST syntax errors/warnings in README.rst
* Fixes cfn-hup hooks functionality
* Workflow documentation is now in infra-manual
- adjust Requires according to requirements.txt
Mon Sep 22 14:00:00 2014 dmuellerAATTsuse.com
- update to 1.2.8:
* Change wget to curl for using both of them is redundant
* Fix cfn_helper test for random hash seed
* Update for psutil version
* Add res_last_path to store last metadata of a resource
* Update sysvinit function to support ubuntu
* Add support for package install via zypper
Fri Aug 29 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.7.8.g8ef88a6:
* Change wget to curl for using both of them is redundant
Fri Aug 29 14:00:00 2014 dmuellerAATTsuse.com
- enable building of html docs
Sun Aug 24 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.7.7.g2e54467:
* Fix cfn_helper test for random hash seed
Thu Jul 24 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.7.6.g3d1236d:
* Update for psutil version
Thu Jun 19 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.7.5.g9bd9604:
* Add res_last_path to store last metadata of a resource
* Update sysvinit function to support ubuntu
* Add support for package install via zypper
1.2.7
Tue Apr 29 14:00:00 2014 dmuellerAATTsuse.com
- add python-setuptools requires
Thu Apr 24 14:00:00 2014 dmuellerAATTsuse.com
- require cron, curl
Tue Apr 15 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.19.gcd39c89:
* Manually sync requirements
Wed Apr 9 14:00:00 2014 dmuellerAATTsuse.com
- Update to version heat-cfntools-1.2.6.18.g331dc7f:
* Switch over to mox3
Mon Apr 7 14:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.16.g9d1909c:
* Remove tox locale overrides
* Support building wheels (PEP-427)
Fri Mar 28 13:00:00 2014 speilickeAATTsuse.com
- Correct obsoletes after some version updates
Mon Mar 24 13:00:00 2014 dmuellerAATTsuse.com
- remove dependency on hacking
Sun Mar 23 13:00:00 2014 dmuellerAATTsuse.com
- run create-aws-compat-symlinks in post install
Fri Mar 7 13:00:00 2014 speilickeAATTsuse.com
- Add python_requires source service
- Fix build requirements
Thu Mar 6 13:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.12.g31da8a4:
* Support of ignoreErrors for commands
Sat Mar 1 13:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.10.g4ece05a:
* cfn-signal provides a unique default id
Wed Feb 19 13:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.9.ga61e221:
* Log stdout and stderr on non-zero exit status
Tue Feb 18 13:00:00 2014 cloud-develAATTsuse.de
- Update to version heat-cfntools-1.2.6.7.ga6db3e6:
* Log curl stderr on non-zero exit status
* Sync with global requirements
* Fix logging in cfn-init and cfn-signal
* Config files should be non-executable
* Only run yum install once per package block
* Add basic yum and apt package install tests
1.2.6
* Use on-demand yum metadata caching in cfn-init
* cfn-hup manpage fix s/deamon/daemon typo
* Implement -k option for cfn-get-metadata
* Change cfn-signal option --exit to --exit-code
* Add argparse into requirements
* Support array values in command
* Pass cwd and env to test command
1.2.5
* Sync with global requirements
* Use python 3 style print functions
* Use the server tags for dimensions and make watch_name optional
* Add a get_tags() method to the Metadata class
* Configure Apt to never prompt for user-input
* Add GitHub tarball and zipball support
* Fix test cases not running under python 2.6
Fri Feb 14 13:00:00 2014 speilickeAATTsuse.com
- Run testr directly
Thu Feb 13 13:00:00 2014 speilickeAATTsuse.com
- drop hacking requires, we don\'t run pep8 tests
Tue Feb 11 13:00:00 2014 speilickeAATTsuse.com
- Replace git_tarballs source service with download_files and set_version
+ Use upstream URL as source (enables verification)
Sun Jan 19 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.2.6.6.g2202cfd:
+ Fix logging in cfn-init and cfn-signal
Sat Jan 18 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.2.6.4.g8e7c392:
+ Sync with global requirements
Fri Dec 6 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.6.3.g1d0bf6b:
+ Config files should be non-executable
Tue Nov 19 13:00:00 2013 speilickeAATTsuse.com
- Run tests locally, therefore merge test package into python module
package
- Install HTML documentation and man-pages
- Updated (build) requirements
Sat Nov 2 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.6.2.g090a5a9:
+ Add basic yum and apt package install tests
+ Only run yum install once per package block
Tue Oct 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.8.ge8d2522:
+ cfn-hup manpage fix s/deamon/daemon typo
+ Use on-demand yum metadata caching in cfn-init
Tue Sep 10 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.6.g63d70cd:
+ Implement -k option for cfn-get-metadata
Mon Sep 9 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.5.ged5365d:
+ Change cfn-signal option --exit to --exit-code
Sat Sep 7 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.3.g1a66c0c:
+ Add argparse into requirements
Sun Aug 25 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.2.g2044ef2:
+ Support array values in command
Thu Aug 15 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.5.1.g5b83c13:
+ Pass cwd and env to test command
Thu Aug 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.4.7.g01705b8:
+ Use python 3 style print functions
+ Sync with global requirements
Wed Jul 31 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.4.5.gcfa33e1:
+ Add a get_tags() method to the Metadata class
+ Use the server tags for dimensions and make watch_name optional.
Tue Jul 30 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.4.3.g73cebad:
+ Configure Apt to never prompt for user-input.
Wed Jul 3 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.4.2.ga4e7c72:
+ Add GitHub tarball and zipball support
Thu Jun 27 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.4.1.g1ad9594:
+ Using pipe to handle tgz sources
+ Fix test cases not running under python 2.6
Wed Jun 26 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.3.23.g87e08b0:
+ Add Flake8 checks for bin/cfn-
* to Gating
Thu Jun 20 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.3.22.g971c165:
+ Delete the temporary directory created by sources handler
Thu Jun 20 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.3.21.g70ec26e:
+ Add missing -d option in cfn-signal
Mon Jun 17 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.3.20.gbc58e5f:
+ Use Python 3.x compatible octal literals
Thu Jun 13 14:00:00 2013 dmuellerAATTsuse.com
- add missing dependency on boto
Wed Jun 5 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.2.3.19.g2d00ede:
+ cfn-get-metadata: log metadata to standard output
Tue Jun 4 14:00:00 2013 dmuellerAATTsuse.com
- update requires
Wed May 29 14:00:00 2013 dmuellerAATTsuse.com
- remove setBadness call from rpmlintrc
Mon May 6 14:00:00 2013 dmuellerAATTsuse.com
- remove 0001-Restore-Python-2.6-compatibility.patch
- remove 0001-Use-ordereddict-compatibility-for-Python-2.6.patch
Mon Apr 29 14:00:00 2013 dmuellerAATTsuse.com
- add 0001-Use-ordereddict-compatibility-for-Python-2.6.patch
Mon Apr 29 14:00:00 2013 dmuellerAATTsuse.com
- add 0001-Restore-Python-2.6-compatibility.patch
Fri Apr 26 14:00:00 2013 speilickeAATTsuse.com
- Add test subpackage
- Had to abuse %{component} since the upstream name and the python install
dir have different names (sigh).
- Added rpmlintrc
Mon Apr 22 14:00:00 2013 dmuellerAATTsuse.com
- Initial package