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

general: update to dojson 1.1.0 API #9

Merged
merged 3 commits into from
Mar 23, 2016

Conversation

egabancho
Copy link
Member

  • Updates tests to the new API. (closes update to latest DoJSON release #6)
  • Removes unnecessary transformations in matcher.py.
  • Changes pep257 to pydocstyle. (closes Replace pep257 with pydocstyle  #8)
  • Adds development requirements to allow travis building for latest
    dojson and invenio-query-parser versions.
  • Fixes wrong field regexp for 9XX fields.

@egabancho egabancho force-pushed the update-new-api branch 3 times, most recently from c42f554 to 1791382 Compare February 19, 2016 16:57
@egabancho
Copy link
Member Author

@egabancho
Copy link
Member Author

Waiting for invenio-query-parser release

@egabancho egabancho force-pushed the update-new-api branch 6 times, most recently from af0aeff to 1f1bca9 Compare March 3, 2016 13:47
@egabancho egabancho force-pushed the update-new-api branch 3 times, most recently from 56e7168 to 0aff133 Compare March 23, 2016 08:51
* Updates tests to the new API. (closes CERNDocumentServer#6)

* Removes unnecessary transformations in `matcher.py`.

* Changes `pep257` to `pydocstyle`. (closes CERNDocumentServer#8)

* Adds development requirements to allow travis building for latest
  `dojson` and `invenio-query-parser` versions.

* Fixes wrong field regexp for `9XX` fields.

* Adds temporary fix for `__order__` key.

* Updates `run-tests.sh` script and fixes found style errors.

* Adds travis builds from development versions and automatic deployment
  to PyPi.

Co-authored by: Sebastian Witowski <witowski.sebastian@gmail.com>
Signed-off-by: Esteban J. G. Gabancho <esteban.gabancho@gmail.com>
@egabancho egabancho merged commit 3af1c1f into CERNDocumentServer:master Mar 23, 2016
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.

Replace pep257 with pydocstyle update to latest DoJSON release
1 participant