Skip to content

Commit

Permalink
Merge pull request #616 from adobe-type-tools/release
Browse files Browse the repository at this point in the history
Release 2.8.2
  • Loading branch information
miguelsousa authored Sep 18, 2018
2 parents 8dfa984 + bc1e6e3 commit 417f530
Show file tree
Hide file tree
Showing 209 changed files with 3,517 additions and 28,558 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2017

environment:
global:
CIBW_SKIP: cp33-* cp34-* cp35-* cp37-* *-win_amd64
CIBW_SKIP: cp33-* cp34-* cp35-* cp37-* cp27-win_amd64 cp36-win32
CIBW_TEST_REQUIRES: pytest-cov==2.5.1 codecov subprocess32
CIBW_TEST_COMMAND: cd {project} && pytest --cov -v && coverage combine && codecov && pip uninstall --yes afdko
TWINE_USERNAME: afdko-travis
Expand Down
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@ dist/*
# PyCharm directory
.idea/

# Visual Studio Code directory
.vscode/

# coverage data
# DO NOT use '.coverage*' because that matches '.coveragerc'
.coverage
.coverage.*
htmlcov
.pytest_cache

# ignore the OSX and linux compiled programs
# ignore the compiled programs
c/build_all/*
!c/build_all/this_folder_intentionally_left_empty

# ignore the temp build directories and files
*.o
*.a
*.exe
*.pyc
exe/

# Xcode files
Expand All @@ -38,4 +39,4 @@ xcuserdata/
*vcxproj.user
**/visualstudio/Debug/*
**/visualstudio/Release/*
*.lib
**/visualstudio/x64/*
7 changes: 7 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

branch: develop
schedule: every week

requirements:
- requirements.txt:
pin: False
- requirements-dev.txt:
update: False
pin: False
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
env:
global:
- CIBW_SKIP="cp34-* cp35-* cp37-* *i686"
- CIBW_BEFORE_BUILD_LINUX="yum install -y glibc-devel.i386 libgcc_s.so.1"
- CIBW_ENVIRONMENT_LINUX="CODECOV_TOKEN=e0067bac-3ded-4432-83c8-667217c76660"
- CIBW_TEST_REQUIRES="pytest-cov==2.5.1 codecov subprocess32"
- CIBW_TEST_COMMAND="cd {project} && pytest --cov -v && coverage combine && codecov && pip uninstall --yes afdko"
Expand Down
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

2.8.2 (released 2018-09-18)
---------------------------

- Switched to `autohintexe` from `psautohint` (v1.8.1) package
([#596](https://github.com/adobe-type-tools/afdko/pull/596),
[#606](https://github.com/adobe-type-tools/afdko/pull/606))
- Added 64-bit (`win_amd64`) wheel for Windows
([#609](https://github.com/adobe-type-tools/afdko/pull/609))
- \[snftdiff/snftedit\] Fixed exit codes
([#613](https://github.com/adobe-type-tools/afdko/pull/613))
- \[makeotfexe\] Fixed exit codes
([#607](https://github.com/adobe-type-tools/afdko/pull/607))
- \[makeotfexe\] Fixed bug in setting Unicode values
([#609](https://github.com/adobe-type-tools/afdko/pull/609))
- \[makeotf\] Fixed calculation of relative paths when the input
paths are not on the same drive
([#605](https://github.com/adobe-type-tools/afdko/pull/605))

2.8.1 (released 2018-09-07)
---------------------------

Expand Down
213 changes: 0 additions & 213 deletions c/autohint/autohintlib/build/linux/gcc/debug/Makefile

This file was deleted.

Loading

0 comments on commit 417f530

Please sign in to comment.