[sagenb] annotated tag upstream/0.13+ds1 created (now 5e0ad80)

Ximin Luo infinity0 at debian.org
Fri Dec 2 22:52:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to annotated tag upstream/0.13+ds1
in repository sagenb.

        at  5e0ad80   (tag)
   tagging  646f7324e77e4787ff60a6518d252c8cd68726ad (commit)
  replaces  upstream/0.13
 tagged by  Ximin Luo
        on  Fri Dec 2 22:19:56 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 0.13+ds1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAlhB5XwACgkQhg3vO49l
C3mZCg//TVgrxWRHKRHUbGSrLS3+6Oy2thU+dXnc3jR4Ayv5iNojFpbbK1DhxD6k
1suFFmmfNYeR1fmv4K2fWFPGPCsran4+r0iWm/9k/8C7noqvfNIvlge6u7xVzXwm
0yV3ydmr5DjGEV6vVwZ/QhZ7Eb3pzEco87h+iKUJdF4wfz4uAMGYFXaU9RbAgaOP
ZqPcg17YOvbJ2fohmlS2gwpUV6iHTCZenUxm52d2NPUaeckqTIcxbklry55tNDVo
e6GbEn3L2tWjmkL/Zec9o+qs19GkLSaRKbUQujOcNYnDeicXSxjf93vO88GW9sUs
2YZWXiE1T2VlLd2vMlJ5bvzCifLcYHsi7Jo4A7kONA8ChE6pWwF5n956wL/AVUa+
1U0v3sb17HwLsxMJeJjJ2wd0cb+5ICP6pjN2ClmyV9VTJtrS9nKIHYCUdwvy6vwi
uww5HNqH2Vu+MJu19WcPrCiqP7qbqkKqvd67Opv4qGKWwYLAZKeFenNANZGhoCtC
bNUtw2lzPddGbgPjiVlzp4PFjEFQHhD4iN9YfhoJ2bPyc0b4PQdD4uMTK5acwty4
mW3LxXpg0G6+OpKsA+PTMUx7JU4kPQBvgs5m8ptwTNB840U+hC0KFYII875g3qEq
3SLwEY3MHcaAlGliXpBKqwpNEh/9LpSMPrxKCjIkFE7ojukZEiA=
=7r2l
-----END PGP SIGNATURE-----

Andrey Novoseltsev (13):
      Merge pull request #283 from kcrisman/spellcheck
      Merge pull request #292 from kcrisman/saveinfo
      Merge pull request #291 from kcrisman/loadsave
      Merge pull request #337 from jdemeyer/fix_imports
      Merge pull request #340 from jdemeyer/simplify_move
      Merge pull request #349 from jdemeyer/fix_plot_permissions
      Do not wrap HTML output in <pre>
      Pre-fixes: strip new lines and return unicode.
      Merge pull request #311 from kcrisman/messagenouserversion
      Merge pull request #351 from kiwifb/pexpect_upgrade
      Merge pull request #376 from fchapoton/patch-5
      Merge pull request #377 from fchapoton/patch-6
      Merge pull request #378 from fchapoton/patch-7

Dima Pasechnik (2):
      Merge pull request #371 from jdemeyer/package_sagenb_normally
      Merge pull request #373 from fchapoton/patch-2

François Bissey (2):
      This is a change needed to support pexpect 3 and  up
      Restore change for pexpect 4+ upgrade.

Frédéric Chapoton (9):
      Update interact.py
      Update support.py
      Update misc.py
      turn print into python3 format
      turning again print to py3 in challenge
      one print converted to py3
      another step toward py3 prints
      update print syntax to py3 format
      another py3 print here

J Miguel Farto (3):
      Main help page strings marked as safe
      doctest fixes
      doctest in docHTMLProcessor fixed

J. Miguel Farto (39):
      Localizations according to flask.ext.babel standard mechanism
      locales validation and remove duplication of en_US in settings
      Check for default language corruption
      commented code deleted
      Explicit Babel defaults removed
      correct a little error in tutorial text
      fix non-existent collaborator error
      Catch / in collaborators' names
      util/translation.py tool for notebook po and pot files management
      argparse subcommands implemented
      LocalData for notebook specific info and stringdocs added
      some PEP8 spacing
      fuzzy warnings fixed
      added support for named languages in settings
      Corrections in string docs
      lazy messages added
      typo in docstring and pep8 stuff
      extract nN_ dummy translations
      dummy translation functions N_ and nN_ and js localization refactor
      nN_ made accesible to localization.js
      fix plural translations in javascript
      sanitize rating comments
      Spanish - fuzzy updated translation. No other changes in po file
      Spanish - 9 obsolete messages deleted
      Spanish - 36 fuzzy translations revised
      Spanish - 43 untranslated messages completed
      Spanish - corrections in settings page
      Spanish - corrections in help page
      Spanish - botón evaluate
      Spanish - changes in account settings
      Spanish - Typos, corrected translations and key names
      Jinja2 initialization changed and autoescape activated
      'safe' added and 'escape' removed from templates
      quotes left to jinja automatic autoescape
      #323 reverted
      themes branch compatibility
      unescape live docs
      revert previous commit
      make live docs and html/rst uploads compatible with autoescape

Jason Grout (1):
      Allow custom label in shortcut matrix creation in interact

Jeroen Demeyer (19):
      Fix various sage import locations
      Use atomic_write() to have no corruption in case of crashes
      Add doctest for pull request #287
      Allow OSError
      Allow different directory for server_pool communication
      Remove unneeded imports
      Disable notification emails by default
      Simplify moving files from worksheet to cell
      Copy instead of move such that owner is correct
      Make setup.py executable
      Remove useless interact(matrix) example
      Fix documentation locations
      Use Python's alarm() function
      Fixes for Cythonized srange(), Sage Trac #20094
      Change "generator" to "iterator" in docs
      Remove mathjax from sagenb
      Update Sagenb version to 0.12: properly package sagenb
      Replace default.css by classic.css
      Update Sagenb version to 0.13

Karl-Dieter Crisman (33):
      Disallow spellcheck in code cells
      Cache bust canvas3d so they reload properly
      Make fixed format Fortran work in sagenb
      Remove unused load/save stuff
      Add gettext back in files descended from twist.py
      Merge branch 'master' into gettextbackin
      Add a few more missed translatable messages
      Add Sage version to dict for error message
      Update g.username for safe error messages
      Adding all safe usernames in error message request
      Merge branch 'master' into messagenouserversion
      Fix typo left over from merge
      Allow new 500 message to be localized
      Move babel import inside function
      Update Sagenb version to 0.11.2
      Update Sagenb version to 0.11.3
      Update Sagenb version to 0.11.4
      Merge branch 'master' of https://github.com/OlenaSomenko/sagenb into OlenaSomenko-master
      Moved Ukrainian translation files to correct place
      Updated all locales to have switch to Ukrainian legible
      Update Sagenb version to 0.11.5
      Update Sagenb version to 0.11.6
      fix whitespace in doctests
      Update Sagenb version to 0.11.6.1
      Merge branch 'jdemeyer-sage_doc_output'
      Merge branch 'no_interact_matrix' of https://github.com/jdemeyer/sagenb into jdemeyer-no_interact_matrix
      Merge branch 'jdemeyer-no_interact_matrix'
      Merge branch 'executable_setup' of https://github.com/jdemeyer/sagenb into jdemeyer-executable_setup
      Merge branch 'jdemeyer-executable_setup'
      Merge branch 'import_alarm' of https://github.com/jdemeyer/sagenb into jdemeyer-import_alarm
      Merge branch 'jdemeyer-import_alarm'
      Update release instructions
      Update Sagenb version to 0.11.7

Olena Somenko (2):
      messages.po
      Update messages.po

OlenaSomenko (1):
      first comit

Punarbasu Purkayastha (4):
      Merge pull request #262 from kcrisman/master
      Merge pull request #342 from sagemath/kcrisman-login-format
      Merge pull request #375 from fchapoton/patch-4
      Merge pull request #374 from fchapoton/patch-3

Robin Martinjak (2):
      e-mail notifications using the logging module
      pass username to app.message()

Ximin Luo (1):
      New upstream version 0.13+ds1

fchapoton (3):
      enrich so that faces can be filled and colored
      not possible to fill, because faces are not sorted
      ensure backward compatibility

kcrisman (43):
      Fix path for babel
      Make init.sage work
      Create nodoctest.py
      Merge pull request #280 from jdemeyer/fix_imports
      Document toggle between source code and doc
      Merge pull request #285 from kcrisman/togglesource
      Merge pull request #282 from kcrisman/grindernodoctest
      Clarify save and load of objects
      Merge pull request #299 from kcrisman/matrixdefault
      Merge pull request #287 from jdemeyer/atomic_write
      Merge pull request #237 from migeruhito/localization
      Merge pull request #290 from kcrisman/fortran
      Merge pull request #305 from migeruhito/tutorial_typo
      Fix typo that would cause crash
      Merge pull request #306 from migeruhito/collaborators
      Merge pull request #308 from kcrisman/gettextbackin
      Merge pull request #238 from migeruhito/po_management
      Merge pull request #120 from rmartinjak/notification
      Merge pull request #314 from kcrisman/tinygettextfix
      Merge pull request #312 from migeruhito/dummy_gettext
      Merge pull request #284 from kcrisman/canvas3dcachebust
      Merge pull request #267 from kcrisman/initfix
      Merge pull request #323 from migeruhito/rating_comments
      Update instructions to use GNU tar
      Correct localization information
      Update release instructions
      Remove outdated instructions
      Add needed files to manifest
      Merge pull request #330 from kcrisman/fixmanifest
      Merge pull request #331 from jdemeyer/sagenb_tmpdir
      Merge pull request #321 from migeruhito/spanish_update
      Merge pull request #212 from fchapoton/patch-1
      Merge pull request #338 from jdemeyer/no_default_email
      Fix formatting for login arguments
      Merge pull request #350 from novoselt/master
      Revert "This is a change needed to support pexpect 3 and  up"
      Merge pull request #352 from sagemath/revert-351-pexpect_upgrade
      Merge pull request #353 from kcrisman/OlenaSomenko-master
      Merge pull request #324 from migeruhito/autoescape
      Merge pull request #354 from migeruhito/autoescape_livedocs
      Merge pull request #356 from kiwifb/pexpect_upgrade
      Merge pull request #358 from migeruhito/autoescape_doctest_fix
      Merge pull request #367 from jdemeyer/import_srange

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list