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

protobuf src_uri in rocko branch #82

Closed
varigigi opened this issue May 31, 2018 · 1 comment
Closed

protobuf src_uri in rocko branch #82

varigigi opened this issue May 31, 2018 · 1 comment

Comments

@varigigi
Copy link

Hi All.
it looks that 3.4.x branch has been removed from google github, making protobuf unbuidable.
Any chance to cherry-pick commit 01e54eb in rocko from sumo/master branch of meta-openembedded ?
Thansk
BR
Pier

@shr-project
Copy link
Contributor

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81)
* Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82)
* Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to
  use for signing or encrypting. (issue openembedded#88)
* Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost
  the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89)
* Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates
  as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81)
* Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82)
* Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to
  use for signing or encrypting. (issue openembedded#88)
* Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost
  the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89)
* Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates
  as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81)
* Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82)
* Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to
  use for signing or encrypting. (issue openembedded#88)
* Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost
  the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89)
* Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates
  as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81)
* Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82)
* Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to
  use for signing or encrypting. (issue openembedded#88)
* Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost
  the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89)
* Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates
  as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Dec 30, 2021
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 31, 2021
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 4, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 4, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 5, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Apr 1, 2022
Release notes for 0.12.2
========================
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82)
  - Thumbnailer: Add thumbnail flavor support (openembedded#81)
- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (openembedded#76)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Apr 2, 2022
Release notes for 0.12.2
========================
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82)
  - Thumbnailer: Add thumbnail flavor support (openembedded#81)
- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (openembedded#76)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Apr 3, 2022
Release notes for 0.12.2
========================
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82)
  - Thumbnailer: Add thumbnail flavor support (openembedded#81)
- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (openembedded#76)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Apr 4, 2022
Release notes for 0.12.2
========================
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82)
  - Thumbnailer: Add thumbnail flavor support (openembedded#81)
- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (openembedded#76)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
halstead pushed a commit that referenced this issue Apr 7, 2022
Release notes for 0.12.2
========================
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (#82)
  - Thumbnailer: Add thumbnail flavor support (#81)
- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (#76)
- Translation Updates

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 5, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue 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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
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

No branches or pull requests

2 participants