Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-futurist-2.3.0-bp153.1.10 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-futurist Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.3.0 Vendor: openSUSE
Release: bp153.1.10 Build date: Wed Mar 31 17:25:38 2021
Group: Development/Languages/Python Build host: lamb08
Size: 3296256 Source RPM: python-futurist-2.3.0-bp153.1.10.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/futurist
Summary: Useful additions to futures, from the future.
Useful additions to futures, from the future.

This package contains the Python 3.x module.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Oct 09 2020 cloud-devel@suse.de
  - update to version 2.3.0
    - Remove monotonic usage
    - Remove unnecessary blockquote in release notes
    - [goal] Migrate testing to ubuntu focal
    - Add py38 package metadata
    - Bump default tox env from py37 to py38
    - Switch to newer openstackdocstheme and reno versions
    - drop mock from lower-constraints
    - Update master for stable/ussuri
    - Use unittest.mock instead of third party mock
    - Remove translation sections from setup.cfg
    - Add Python3 victoria unit tests
* Tue May 12 2020 cloud-devel@suse.de
  - update to version 2.1.1
    - Make PrettyTable optional
    - Switch to Ussuri jobs
    - Update master for stable/train
    - Update the constraints url
    - Fix Calling waiters.wait_for_any() blocks if future has called Condition.wait()
    - Sync Sphinx requirement
    - [ussuri][goal] Drop python 2.7 support and testing
    - Add release notes link to README
    - Bump the openstackdocstheme extension to 1.20
    - Update hacking for Python3
* Sat Mar 14 2020 Dirk Mueller <dmueller@suse.com>
  - switch to python 3.x only builds
* Thu Oct 17 2019 cloud-devel@suse.de
  - update to version 1.9.0
    - Update master for stable/stein
    - OpenDev Migration Patch
    - Use opendev repository
    - Dropping the py35 testing
    - Add Python 3 Train unit tests
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 1.8.1
    - fix tox python3 overrides
    - Add blueprints notes link to README
    - Use template for lower-constraints
    - Trivial: Update pypi url to new url
    - Change openstack-dev to openstack-discuss
    - import zuul job settings from project-config
    - Update reno for stable/rocky
    - Only install monotonic on python2
    - Don't quote {posargs} in tox.ini
    - Follow the new PTI for document build
    - Remove the duplicated word
    - add lib-forward-testing-python3 test job
    - add python 3.6 unit test job
    - Switch to stestr
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 1.7.0
    - set default python to python3
    - clean up test job configuration
    - Update reno for stable/queens
    - Update links in README
    - fix lower constraints and uncap eventlet
    - Updated from global requirements
    - add lower-constraints job
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Tue Jan 23 2018 tbechtold@suse.com
  - Convert to singlespec
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.6.0
    - Improving cover and docs testenv
    - Fix jitter strategies
    - Begin adding our own thread pool executor
    - Remove 'smart' idleness check
    - Avoid tox_install.sh for constraints support
    - Improve get optimal count of max_worker for pool
    - Update reno for stable/ocata
    - Fix time related check in rejection test
    - Eliminate unneccessary patching in GreenFuture
    - Add what the watcher watches to the watcher as a property
    - Remove discover from test-requirements
    - Typo fix: arbitary => arbitrary
    - Add Constraints support
    - Add reno for release notes management
    - Show team and repo badges on README
    - Don't include openstack/common in flake8 exclude list
    - Introducing NeverAgain functionality for periodics
    - Add re-raising SystemExit exception
    - Add Python 3.5 classifier and venv
    - turn on warning-is-error in doc build
    - Switch from oslosphinx to openstackdocstheme
    - Update .gitignore
    - Do not check spacing if periodic disabled
    - Fix 'on_failure' param not be used
    - replace _callables by _works
    - The python 3.4 support is removed
    - rearrange existing documentation to fit the new standard layout
    - Use prettytable to show pretty schedule/active/planned time table
    - Removes unnecessary utf-8 coding
    - Improve doctest and doc8 test
    - Update homepage with developer documentation page
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Reduce/remove duplication in run functions
    - Remove link to modindex
    - Update URLs in documents according to document migration
    - Updated from global requirements
    - Expose underlying timeout error
* Sun Feb 28 2016 dmueller@suse.com
  - update to 0.13.0:
    * Single quote the callables name (when submission errors
    * Updated from global requirements
    * Reschedule failed periodic tasks after a short delay
    * Fix wrong comparison in reject_when_reached
    * Updated from global requirements
    * Ensure all futures have completed before run returns
    * Allow PeriodicWorker to skip executor shutdown in case of a preexisting executor
    * Expose underlying futures.CancelledError
    * Updated from global requirements
    * Modification of the example code
    * PeriodicWorker.create to accept arguments for periodic tasks
    * Handle exceptions from executor.submit in PeriodicWorker
    * Add periodics.is_periodic to check if object is a periodic task
    * py26/py33 are no longer supported by Infra's CI
* Mon Jan 11 2016 bwiedemann@suse.com
  - Update to version 0.9.0
    * Allow for providing different run work sync functions
    * Have the executor stats object repr look like the watcher repr
    * Add useful watcher '__repr__' function
    * Some minor refactoring and comment/note addition
    * No need for Oslo Incubator Sync
    * Move most of green helper classes -> '_green.py'
    * Add 'enabled' parameter to @periodic decorator
    * Remove green worker reference to its executor
    * Change ignore-errors to ignore_errors
    * Activate pep8 check that _ is imported
    * Handle the case where 0.199 is provided as runtime
    * Just use a deque vs reverse pushing/popping
    * Ensure new entry in immediates gets processed during wait(s)
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 0.5.0:
    * Updated from global requirements
    * Provide a thread differentiation attribute on executors
  - Adjust Requires according to requirements.txt
* Tue Aug 04 2015 tbechtold@suse.com
  - update to 0.3.0:
    * Updated from global requirements
    * Allow providing a callback to certain executors to reject new work
    * Disallow running 'start' twice
    * Allow for providing custom 'on_failure' callbacks
    * Delegate failure capturing to a object that is returned on run
    * Move doc8 to being a normal test requirement in test-requirements.txt
    * Ensure doctesting and doc8 testing done in py27 env
    * Updated from global requirements
* Tue Jul 21 2015 tbechtold@suse.com
  - Initial packaging

Files

/usr/lib/python3.6/site-packages/futurist
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/futurist-2.3.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/futurist/__init__.py
/usr/lib/python3.6/site-packages/futurist/__pycache__
/usr/lib/python3.6/site-packages/futurist/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_futures.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_futures.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_green.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_green.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_thread.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_thread.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/periodics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/periodics.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/rejection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/rejection.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/waiters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/__pycache__/waiters.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/_futures.py
/usr/lib/python3.6/site-packages/futurist/_green.py
/usr/lib/python3.6/site-packages/futurist/_thread.py
/usr/lib/python3.6/site-packages/futurist/_utils.py
/usr/lib/python3.6/site-packages/futurist/periodics.py
/usr/lib/python3.6/site-packages/futurist/rejection.py
/usr/lib/python3.6/site-packages/futurist/tests
/usr/lib/python3.6/site-packages/futurist/tests/__init__.py
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_executors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_executors.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_periodics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_periodics.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_waiters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/futurist/tests/__pycache__/test_waiters.cpython-36.pyc
/usr/lib/python3.6/site-packages/futurist/tests/base.py
/usr/lib/python3.6/site-packages/futurist/tests/test_executors.py
/usr/lib/python3.6/site-packages/futurist/tests/test_periodics.py
/usr/lib/python3.6/site-packages/futurist/tests/test_waiters.py
/usr/lib/python3.6/site-packages/futurist/waiters.py
/usr/share/doc/packages/python3-futurist
/usr/share/doc/packages/python3-futurist/LICENSE
/usr/share/doc/packages/python3-futurist/README.rst
/usr/share/doc/packages/python3-futurist/html
/usr/share/doc/packages/python3-futurist/html/_sources
/usr/share/doc/packages/python3-futurist/html/_sources/contributor
/usr/share/doc/packages/python3-futurist/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/index.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/install
/usr/share/doc/packages/python3-futurist/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/reference
/usr/share/doc/packages/python3-futurist/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/user
/usr/share/doc/packages/python3-futurist/html/_sources/user/examples.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/user/features.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python3-futurist/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python3-futurist/html/_static
/usr/share/doc/packages/python3-futurist/html/_static/ajax-loader.gif
/usr/share/doc/packages/python3-futurist/html/_static/basic.css
/usr/share/doc/packages/python3-futurist/html/_static/comment-bright.png
/usr/share/doc/packages/python3-futurist/html/_static/comment-close.png
/usr/share/doc/packages/python3-futurist/html/_static/comment.png
/usr/share/doc/packages/python3-futurist/html/_static/css
/usr/share/doc/packages/python3-futurist/html/_static/css/bootstrap.css
/usr/share/doc/packages/python3-futurist/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python3-futurist/html/_static/css/combined.css
/usr/share/doc/packages/python3-futurist/html/_static/css/font-awesome.css
/usr/share/doc/packages/python3-futurist/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python3-futurist/html/_static/css/native.css
/usr/share/doc/packages/python3-futurist/html/_static/doctools.js
/usr/share/doc/packages/python3-futurist/html/_static/documentation_options.js
/usr/share/doc/packages/python3-futurist/html/_static/down-pressed.png
/usr/share/doc/packages/python3-futurist/html/_static/down.png
/usr/share/doc/packages/python3-futurist/html/_static/favicon.ico
/usr/share/doc/packages/python3-futurist/html/_static/file.png
/usr/share/doc/packages/python3-futurist/html/_static/fonts
/usr/share/doc/packages/python3-futurist/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python3-futurist/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python3-futurist/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python3-futurist/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python3-futurist/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python3-futurist/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python3-futurist/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python3-futurist/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python3-futurist/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python3-futurist/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python3-futurist/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python3-futurist/html/_static/images
/usr/share/doc/packages/python3-futurist/html/_static/images/docs
/usr/share/doc/packages/python3-futurist/html/_static/images/docs/license.png
/usr/share/doc/packages/python3-futurist/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python3-futurist/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python3-futurist/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python3-futurist/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python3-futurist/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python3-futurist/html/_static/images/loading.gif
/usr/share/doc/packages/python3-futurist/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python3-futurist/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python3-futurist/html/_static/images/search-icon.png
/usr/share/doc/packages/python3-futurist/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python3-futurist/html/_static/jquery.js
/usr/share/doc/packages/python3-futurist/html/_static/js
/usr/share/doc/packages/python3-futurist/html/_static/js/bootstrap.js
/usr/share/doc/packages/python3-futurist/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python3-futurist/html/_static/js/docs.js
/usr/share/doc/packages/python3-futurist/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python3-futurist/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python3-futurist/html/_static/js/navigation.js
/usr/share/doc/packages/python3-futurist/html/_static/js/webui-popover.js
/usr/share/doc/packages/python3-futurist/html/_static/language_data.js
/usr/share/doc/packages/python3-futurist/html/_static/minus.png
/usr/share/doc/packages/python3-futurist/html/_static/plus.png
/usr/share/doc/packages/python3-futurist/html/_static/pygments.css
/usr/share/doc/packages/python3-futurist/html/_static/searchtools.js
/usr/share/doc/packages/python3-futurist/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python3-futurist/html/_static/underscore.js
/usr/share/doc/packages/python3-futurist/html/_static/up-pressed.png
/usr/share/doc/packages/python3-futurist/html/_static/up.png
/usr/share/doc/packages/python3-futurist/html/_static/websupport.js
/usr/share/doc/packages/python3-futurist/html/contributor
/usr/share/doc/packages/python3-futurist/html/contributor/index.html
/usr/share/doc/packages/python3-futurist/html/genindex.html
/usr/share/doc/packages/python3-futurist/html/index.html
/usr/share/doc/packages/python3-futurist/html/install
/usr/share/doc/packages/python3-futurist/html/install/index.html
/usr/share/doc/packages/python3-futurist/html/objects.inv
/usr/share/doc/packages/python3-futurist/html/reference
/usr/share/doc/packages/python3-futurist/html/reference/index.html
/usr/share/doc/packages/python3-futurist/html/search.html
/usr/share/doc/packages/python3-futurist/html/searchindex.js
/usr/share/doc/packages/python3-futurist/html/user
/usr/share/doc/packages/python3-futurist/html/user/examples.html
/usr/share/doc/packages/python3-futurist/html/user/features.html
/usr/share/doc/packages/python3-futurist/html/user/history.html
/usr/share/doc/packages/python3-futurist/html/user/index.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024