SHA256
1
0
forked from pool/python-msm

5 Commits

Author SHA256 Message Date
Tomáš Chvátal
c8a7c9349f Accepting request 726993 from home:mcalabkova:branches:devel:languages:python
Decided to wait for the upstream to tag the new release then...
And the patch is really only reapplied, there is only one real change.

- update to version 0.8.2
  * Add new platforms
  * Remove temporary copy of skill after action
  * added a skill_list property to cache the results of the list() method
  * added tests for more coverage
  * Fix infinite recursion issue
  * Make from_folder use msm skill cache if possible
- reapplied add-local-patch-support.patch

OBS-URL: https://build.opensuse.org/request/show/726993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msm?expand=0&rev=22
2019-08-30 00:49:20 +00:00
Tomáš Chvátal
15c4358047 Accepting request 706363 from home:mcalabkova:branches:devel:languages:python
- update to version 0.7.6
  * Handle connection error when fetching skills meta data
  * Fix is_dirty when path is missing.
  * Fix skill name when using from_folder
  * Fix curate skills list
  * Dirty property to check if skill is modified
  * Return empty dict instead of None from get_skill_entry
  * Use in-place dict creation
  * Define skills_data_hash in __init__
  * Update hash after saving file
  * Raise instead of ignoring non-revertable errors
  * Fix python dependency installation
  * Add lazy as requirement in setup.py
  * Add pyyaml to setup.py
- take upstream tarball to launch at least some tests
- removed patch fix-skills-directories.patch
  * apparently incorrect, it was breaking tests

OBS-URL: https://build.opensuse.org/request/show/706363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msm?expand=0&rev=18
2019-05-29 15:19:25 +00:00
acc35458e0 Accepting request 670777 from home:alarrosa:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/670777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msm?expand=0&rev=14
2019-02-03 17:58:08 +00:00
Tomáš Chvátal
6e3e289559 Accepting request 645937 from home:alarrosa:branches:multimedia:voice-assistant
- 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

OBS-URL: https://build.opensuse.org/request/show/645937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msm?expand=0&rev=12
2018-11-02 08:20:23 +00:00
fbc2aec409 Accepting request 628758 from home:alarrosa:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/628758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msm?expand=0&rev=4
2018-08-11 13:50:03 +00:00