Package Release Info

python-msm-0.6.3-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-msm

Change Logs

* Sat Feb 09 2019 Antonio Larrosa <alarrosa@suse.com>
- Fix removal of typing dependency so it's correctly removed
- Add Requires python-fasteners
* Sat Feb 02 2019 alarrosa@suse.com
- Update to python-msm 0.6.3
  * Do not destroy the existing repo on git errors
- Update to python-msm 0.6.2
  * Convert booleans in installed field to 0
- Update to python-msm 0.6.1
  * Make sure saving_handled is reset
  * Handle writing automatically
- Update to python-msm 0.6.0
  * Use existing installation/update times
  * Only write skills data if the info has changed
  * Fix update_deps() issue with constraints
  * Fix handling of beta and cleanup
  * Add process lock using fasteners
  * Add handling of the skills.json file
  * Updates returns True if an update occured
  * Try to handle errors in the .skills-repo
  * Add option to use pip constraints
- Rebase patches:
  * add-local-patch-support.patch
  * do-not-run-pip-or-requirements-script.patch
  * fix-skills-directories.patch
* Thu Nov 01 2018 alarrosa@suse.com
- Update to python-msm 0.5.19
  * Add optional skill and author args to update
  * Add LICENSE to package
  * Normalize license headers
  * Change default branch to 18.08
  * Remove python2 support
- Rebase add-local-patch-support.patch and fix-skills-directories.patch
* Mon Aug 27 2018 alarrosa@suse.com
- Fix the sed like that removes the typing dependency which is not needed
  in python 3.5+ .
* Sun Aug 26 2018 alarrosa@suse.com
- Update to python-msm 0.5.18
  * Handle the new default skill listings
- Drop fix-dependencies.patch and replace it with a sed call since
  otherwise we have to rebase it for every release.
* Sat Aug 11 2018 alarrosa@suse.com
- Add do-not-run-pip-or-requirements-script.patch to make msm not run pip
  or the requirements script when installing a skill. pip is not used
  by the rest of the mycroft packages and then running scripts from the
  web isn't nice security-wise.
- Add add-local-patch-support.patch to be able to fix issues with skills
  when they're installed.
* Mon Jul 30 2018 tchvatal@suse.com
- Install license file
* Sat Jul 28 2018 alarrosa@suse.com
- Add fix-dependencies.patch to remove the typing dependency which
  is not needed in python3
- Add json_helper.py into fix-skills-directories.patch
* Sat Jul 28 2018 alarrosa@suse.com
- Update to python-msm 0.5.17
  * Make submodule parsing fail gracefully
* Sun Jul 01 2018 alarrosa@suse.com
- Update to python-msm 0.5.16
  * Expose extract_author
- Update to python-msm 0.5.15
  * Fix git asking for a password during update
- Update to python-msm 0.5.14
  * License as Apache 2.0
  * Code formatting changes
* Sun Jun 03 2018 alarrosa@suse.com
- Initial release of python-msm 0.5.13
- Add fix-skills-directories.patch