simple-scan 3.27.3

2017-12-10 Thread Robert Ancell
About simple-scan
=

Simple Scan allows you to get images from a scanner (e.g. a flatbed
scanner).

News


  * Update docs to reflect move to gitlab.gnome.org

Overview of changes in simple-scan 3.27.2

  * Updated translations



Download

https://download.gnome.org/sources/simple-scan/3.27/simple-scan-3.27.3.tar.xz 
(435K)
  sha256sum: ca5ca4c8dce328575eb9bc7f7c2185646690b818282d09b59a9aebeade6a32fd

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-sudoku 3.27.3

2017-12-10 Thread Sahil Sareen
About gnome-sudoku
==

Test your logic skills in this number grid puzzle

News


* Remove Statistics.page from Makefile.am (Andre Klapper)
* Updated user docs (Andre Klapper)
* Remove the OMF file (Piotr Drąg)
* Updated help (Piotr Drąg)
* Updated translations



Download

https://download.gnome.org/sources/gnome-sudoku/3.27/gnome-sudoku-3.27.3.tar.xz 
(2.14M)
  sha256sum: 5290053009e5c6471ac6212afc1c880a18cacf6a6b10eeac5b089dfde4e8dcb8

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

devhelp 3.27.1

2017-12-10 Thread Sébastien Wilmet
About devhelp
=

Devhelp is an API documentation browser for GTK+ and GNOME. It works
natively with GTK-Doc.

News


- Lots of code refactorings.
- Write first unit test.
- DhLink: use a union inside the struct to use less memory.
- Improve API documentation.
- Some minor bug fixes.
- Translation updates.



Download

https://download.gnome.org/sources/devhelp/3.27/devhelp-3.27.1.tar.xz (606K)
  sha256sum: fb0ff2f8529f0889af4808f7fdc78636ca5b860d96b54aa1e6202324d97c4b91

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


pygobject 3.27.0

2017-12-10 Thread Christoph Reiter
About PyGObject
===

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News


- demo: pep8 fixes (Christoph Reiter)
- Fix ctypes.PyDLL construction under Windows (Christoph Reiter) 
(#622084)
- configure.ac: Error out in case autoconf-archive isn't installed 
(Christoph Reiter) (#784428)
- Move pygi-convert.sh into tools (Christoph Reiter)
- README: Convert to reST (Christoph Reiter)
- demo: Move demo into examples and dist it (Christoph Reiter) (#735918)
- demo: Add new Gtk.FlowBox example (Gian Mario Tagliaretti) (#735918)
- demo: Use HeaderBar for main app window (Simon Feltman) (#735918)
- demo: PyFlakes and PEP8 fixes (Simon Feltman) (#735918)
- demo: Rename gtk-demo.py to demo.py (Simon Feltman) (#735918)
- demo: Rename demos/gtk-demo to simply demo (Simon Feltman) (#735918)
- Remove AUTHORS file (Christoph Reiter)
- Remove pre-commit.hook (Christoph Reiter)
- setup.py: Port to distutils/setuptools (Christoph Reiter) (#789211)
- Install a default SIGINT handler for functions which start an event 
loop (Christoph Reiter) (#622084)
- Make Python OS signal handlers run when an event loop is idling 
(Christoph Reiter) (#622084)
- Drop Python 3.3 support (Christoph Reiter) (#790787)
- Drop set_value usage in Gtk.List/TreeStore.set override (Sander 
Sweers) (#790346)

ChangeLog
=
https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.0.changes  
(21.0K)

Download

https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.0.tar.xz (889K)
  sha256sum: ad1375fe1af9746a1e49ada604c9658c03145a3ca204ad62bd6d917208a66b20

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


pygobject 2.28.7

2017-12-10 Thread Christoph Reiter
About PyGObject
===

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News


- Move property and signal creation into _class_init() (Martin Pitt)
- gio-types.defs: change some enums to flags (Ryan Lortie)
- Fix set_qdata warning on accessing NULL gobject property (Ivan 
Stankovic)
- Disable introspection support by default (Dieter Verfaillie)
- Don't install codegen for Python 3 (Arfrever Frehtes Taifersar 
Arahesis)
- Ship tests/te_ST@nouppera in release tarballs for tests to succeed 
(Martin Pitt)
- [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
- [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio 
Casal Quinteiro)
- [python3] Fix maketrans import (Martin Pitt)
- [gi-overrides] fix MessageBox so it correctly handles the type 
constructor param (John (J5) Palmieri)
- gdbus tests: Fix hang if test case fails (Martin Pitt)
- Fix crash in Gtk.TextIter overrides (Martin Pitt)
- correctly initialize the _gi_cairo_functions array to be zero filled 
(John (J5) Palmieri)
- [gtk-override] print warning if user imports Gtk 2.0 (John (J5) 
Palmieri)
- Add support for enums in gobject.property (Johan Dahlin)

2.28.6 11-Jun-2011

ChangeLog
=
https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.changes  
(7.50K)

Download

https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.tar.xz (727K)
  sha256sum: bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list