Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added python modules periphery and Flask-Sijax #80

Closed
wants to merge 2 commits into from

Conversation

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 25, 2020
Upgrade to release 14.0:

- Integrate native Windows 10 support for ANSI escape sequences
- Native support for ANSI escape sequences was added to Windows
  10 after its initial release
- Merged pull request openembedded#80 that drops support for Python 3.4
  which has gone end-of-life and now represents less than 1% of
  PyPI downloads.
- Improved compatibility with the Python standard library by
  changing the order of positional arguments received by the
  initializer of the ColoredFormatter class
- Add support for the %(username)s field and properly document
  supported custom fields.
- Consistently use console highlighting in documentation.
- Fix a broken link in the readme.

The year in LICENSE.txt has been updated.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 26, 2020
Upgrade to release 14.0:

- Integrate native Windows 10 support for ANSI escape sequences
- Native support for ANSI escape sequences was added to Windows
  10 after its initial release
- Merged pull request openembedded#80 that drops support for Python 3.4
  which has gone end-of-life and now represents less than 1% of
  PyPI downloads.
- Improved compatibility with the Python standard library by
  changing the order of positional arguments received by the
  initializer of the ColoredFormatter class
- Add support for the %(username)s field and properly document
  supported custom fields.
- Consistently use console highlighting in documentation.
- Fix a broken link in the readme.

The year in LICENSE.txt has been updated.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Jun 26, 2020
Upgrade to release 14.0:

- Integrate native Windows 10 support for ANSI escape sequences
- Native support for ANSI escape sequences was added to Windows
  10 after its initial release
- Merged pull request #80 that drops support for Python 3.4
  which has gone end-of-life and now represents less than 1% of
  PyPI downloads.
- Improved compatibility with the Python standard library by
  changing the order of positional arguments received by the
  initializer of the ColoredFormatter class
- Add support for the %(username)s field and properly document
  supported custom fields.
- Consistently use console highlighting in documentation.
- Fix a broken link in the readme.

The year in LICENSE.txt has been updated.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 7, 2021
Release notes for 0.5.4
=======================
- New Features:
  - Add --line/-l and --column/-c number (openembedded#107, !83)
  - Port to GtkSourceView 4 (openembedded#55, openembedded#80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (openembedded#110, !82)
  - Transfer encoding from remote to primary instance (openembedded#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (openembedded#106, openembedded#93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (openembedded#103)
  - Allow checking parent sources when looking up schema (openembedded#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Apr 8, 2021
Release notes for 0.5.4
=======================
- New Features:
  - Add --line/-l and --column/-c number (#107, !83)
  - Port to GtkSourceView 4 (#55, #80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (#110, !82)
  - Transfer encoding from remote to primary instance (#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (#106, #93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (#103)
  - Allow checking parent sources when looking up schema (#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Apr 10, 2021
Release notes for 0.5.4
=======================
- New Features:
  - Add --line/-l and --column/-c number (#107, !83)
  - Port to GtkSourceView 4 (#55, #80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (#110, !82)
  - Transfer encoding from remote to primary instance (#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (#106, #93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (#103)
  - Allow checking parent sources when looking up schema (#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 60480f8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Oct 24, 2022
License-Update: updated to BSD-3-Clause

Changelog:
==========
Added fileno() support. Fixes openembedded#80 on posix systems

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Sep 10, 2024
Changelog:
==========
- add 3.13 to setup.cfg classifiers
- test: optimized test preformance by moving deadcode check to the end (openembedded#89)
- Catch exception if node is in unexpected statement (openembedded#84)
- Merge pull request openembedded#80 from alexmojaki/3.13
- doc: review changes
- fix: removed unused verification
- fix: handle __firstlineno__
- refactor: review changes
- test: skip module tests for now
- test(3.13): added sample_results
- fix: skip files with raise an recursion error in 3.13, because the recursion limit has no effect
- fix: allow to LOAD_FAST variables for TypeVars
- test: fixed tests for 3.13.0b1
- test(3.13): handle optimization of not not x
- fix(3.13): a type variable can also have nonlocal variables
- fix(3.13): COMPARE_OP maps always to ast.Compare
- fix(3.13): a async function can also have nonlocal variables
- fix(3.13): a lambda can also have nonlocal variables
- fix(3.13): handle CALL_KW like method calls which are only located by the end position
- fix(3.13): loading of __class__ is mapped to the last element of the class
- fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues
- fix(3.13): fixed typing errors
- build(3.13): added 3.13 to ci workflow
- fix(3.13): added new rules to the verification
- fix(3.13): show_caches is deprecated
- fix: backward compatibility fix for changed source positions in 3.12.5 (openembedded#82) (openembedded#83)
- Add many_calls tests to EXECUTING_SLOW_TESTS (openembedded#78)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant